aboutsummaryrefslogtreecommitdiffstats
path: root/tests/compress
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-2/+2
| | | | PHPBB3-14948
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+0
| | | | PHPBB3-14576
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+10
| | | | PHPBB3-12594
* Merge branch 'develop-olympus' into developAndreas Fischer2012-12-201-7/+18
|\ | | | | | | | | * develop-olympus: [ticket/11285] Use more granularity in dependency checks in compress test
| * [ticket/11285] Use more granularity in dependency checks in compress testOleg Pudeyev2012-12-201-7/+18
| | | | | | | | | | | | Some of the tests can be run without zlib or bz2 extensions present. PHPBB3-11285
* | [ticket/11109] Re-add file conflict checks to compress classFyorl2012-09-141-2/+13
|/ | | | PHPBB3-11109
* [ticket/11045] Removed file conflict tests for compress classFyorl2012-09-111-13/+2
| | | | PHPBB3-11045
* [ticket/11045] Replaced __DIR__ with dirname(__FILE__)Fyorl2012-09-011-8/+8
| | | | PHPBB3-11045
* [ticket/11045] Opening brace on its own lineFyorl2012-08-281-1/+2
| | | | PHPBB3-11045
* [ticket/11045] Explicitely check for zlib and bz2Fyorl2012-08-281-2/+1
| | | | PHPBB3-11045
* [ticket/11045] Added tests for file conflictsFyorl2012-08-281-5/+21
| | | | PHPBB3-11045
* [ticket/11045] Added unit tests for the compress classFyorl2012-08-2811-0/+161
PHPBB3-11045