Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 1 | -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 tests | Fabien Villepinte | 2019-03-15 | 1 | -3/+3 |
| | |||||
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 1 | -1/+1 |
| | |||||
* | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 1 | -1/+1 |
| | | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it. | ||||
* | - Bring phar tests into line across all branches | Steph Fox | 2008-08-01 | 1 | -1/+1 |
| | |||||
* | - IS_UNICODE checks and conversions | Steph Fox | 2008-05-19 | 1 | -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 Beaver | 2008-04-24 | 1 | -1/+6 |
| | | | | failing condition that needs to be fixed | ||||
* | merge PharFileInfo->isCompressed/isCompressedGZ/isCompressedBZIP2 by adding an | Greg Beaver | 2008-04-11 | 1 | -6/+6 |
| | | | | | | optional parameter to isCompressed for testing specific compression algorithm [DOC] | ||||
* | re-factor all-file compression. Remove ↵ | Greg Beaver | 2008-04-10 | 1 | -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 contents | Greg Beaver | 2008-04-09 | 1 | -0/+1 |
| | | | | | [DOC] | ||||
* | Rename archive during compressAllFiles*() | Steph Fox | 2008-03-09 | 1 | -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 Fox | 2008-02-20 | 1 | -1/+1 |
| | |||||
* | - Change 'print' to 'die' for skip notices | Marcus Boerger | 2008-01-04 | 1 | -2/+2 |
| | |||||
* | fix uncompressAllFiles() and compressAllFilesBZIP2(), add tests | Greg Beaver | 2007-01-27 | 1 | -0/+65 |