summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_oo_compressallgz.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
| | | | | | | Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-3/+3
|
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
| | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it.
* - Bring phar tests into line across all branchesSteph Fox2008-08-011-1/+1
|
* - IS_UNICODE checks and conversionsSteph Fox2008-05-191-1/+1
| | | | | | - stub and creation file updates - far too many test updates to think about
* remove redundant unreachable code in Phar::copy, augment test, and add ↵Greg Beaver2008-04-241-1/+6
| | | | failing condition that needs to be fixed
* merge PharFileInfo->isCompressed/isCompressedGZ/isCompressedBZIP2 by adding anGreg Beaver2008-04-111-6/+6
| | | | | | optional parameter to isCompressed for testing specific compression algorithm [DOC]
* re-factor all-file compression. Remove ↵Greg Beaver2008-04-101-2/+2
| | | | | | | compressAllFilesGZ/compressAllFilesBZ2 in favor of unifying compressFiles which accepts Phar::GZ or Phar::BZ2 as argument. rename uncompressAllFiles to decompressFiles
* add PharFileInfo->getContents() to retrieve file contentsGreg Beaver2008-04-091-0/+1
| | | | | [DOC]
* Rename archive during compressAllFiles*()Steph Fox2008-03-091-1/+1
| | | | | Note: this only works for tar archives at present pending a fix for bug #13352
* Move supporting files to their own directory (toplevel tests)Steph Fox2008-02-201-1/+1
|
* - Change 'print' to 'die' for skip noticesMarcus Boerger2008-01-041-2/+2
|
* fix uncompressAllFiles() and compressAllFilesBZIP2(), add testsGreg Beaver2007-01-271-0/+65