summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_convert_tar.phpt
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
* - Bring phar tests into line across all branchesSteph Fox2008-08-011-1/+2
* - IS_UNICODE checks and conversionsSteph Fox2008-05-191-2/+1
* refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one...Greg Beaver2008-05-021-3/+3
* refactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable...Greg Beaver2008-04-111-1/+1
* fix read/write for PharData object, update tests to current APIGreg Beaver2008-03-241-1/+2
* Updating tests. 100% pass rate here now - not sure about the rest of the worl...Steph Fox2008-02-241-7/+7
* Updating conversion tests to check for more conversion parameters than one. N...Steph Fox2008-02-211-0/+14
* Move supporting files to their own directory (toplevel tests)Steph Fox2008-02-201-1/+1
* add Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar()Greg Beaver2008-01-161-0/+42