php-src/ext/phar/tests
Marcus Boerger 7aa7448a32 - Fix Phar::canWrite(), had inverted logic
- Support PHP & builds
2007-05-09 18:09:41 +00:00
..
001.phpt fix memleak in external dirs 2007-03-26 16:42:47 +00:00
002.phpt throw exceptions from Phar object, and errors from stream wrapper 2007-01-29 06:02:19 +00:00
003.phpt - Add bzip2 decompression support 2006-01-12 21:16:29 +00:00
003a.phpt - Add new test 2007-02-07 08:36:50 +00:00
004.phpt throw exceptions from Phar object, and errors from stream wrapper 2007-01-29 06:02:19 +00:00
005.phpt throw exceptions from Phar object, and errors from stream wrapper 2007-01-29 06:02:19 +00:00
006.phpt throw exceptions from Phar object, and errors from stream wrapper 2007-01-29 06:02:19 +00:00
007.phpt throw exceptions from Phar object, and errors from stream wrapper 2007-01-29 06:02:19 +00:00
008.phpt throw exceptions from Phar object, and errors from stream wrapper 2007-01-29 06:02:19 +00:00
009.phpt throw exceptions from Phar object, and errors from stream wrapper 2007-01-29 06:02:19 +00:00
010.phpt throw exceptions from Phar object, and errors from stream wrapper 2007-01-29 06:02:19 +00:00
011.phpt throw exceptions from Phar object, and errors from stream wrapper 2007-01-29 06:02:19 +00:00
012.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
013.phpt - Don't be to picky, as long as we get an error here, we're fine 2007-01-22 02:24:40 +00:00
014.phpt - Update tests 2007-01-21 16:58:23 +00:00
015.phpt - Update tests 2007-01-21 16:58:23 +00:00
015b.phpt - Fix test 2007-01-27 23:11:45 +00:00
016.phpt implement phar refcounting 2007-01-26 14:52:10 +00:00
016b.phpt fix tests, fix corruption issues with compression, simplify code. 3 tests still fail, memory leaks and mysterious crc error - the 16 tests are faulty 2007-01-22 03:41:41 +00:00
017.phpt fix mem leak on error, fix cwd issue. go back to BadMethodCallException for Phar->set*CompressedAllFiles(). ALL TESTS PASS, RELEASE IS IMMINENT 2007-02-03 04:04:18 +00:00
018.phpt - Update tests 2007-01-21 16:58:23 +00:00
019.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
019b.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
019c.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
020.phpt fix ini tests EXPECT 2007-01-20 23:12:28 +00:00
021.phpt fix ini tests EXPECT 2007-01-20 23:12:28 +00:00
022.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
023.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
024.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
025.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
026.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
027.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
028.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
029.phpt - CS & Fix expectations 2007-01-29 22:21:48 +00:00
030.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
031.phpt fix test, this error message may vary 2007-02-06 20:48:37 +00:00
032.phpt throw exceptions from Phar object, and errors from stream wrapper 2007-01-29 06:02:19 +00:00
033.phpt fix several potential segfaults, add tests for chmod(), fix chmod() 2007-02-06 17:09:37 +00:00
033a.phpt - Fix test 2007-02-06 20:14:26 +00:00
create_new_and_modify.phpt implement phar refcounting 2007-01-26 14:52:10 +00:00
create_new_phar_b.phpt - Fix read/write mode handling 2007-01-28 10:32:45 +00:00
create_new_phar_c.phpt - Add general SHA-2 support by optional pecl/hash dependency 2007-03-25 21:43:49 +00:00
create_new_phar.phpt - Add initial hash support write/read/verify md5/sha1(default) 2007-01-08 23:03:41 +00:00
create_path_error.phpt - Detect \0 in paths where possible 2007-02-05 19:16:07 +00:00
delete_in_phar_b.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
delete_in_phar_confirm.phpt - Fix error expectations 2007-01-14 18:57:22 +00:00
delete_in_phar.phpt - Fix error expectations 2007-01-14 18:57:22 +00:00
extracted_001.phpt - Add ini: phar.extract_list 2007-03-25 19:03:38 +00:00
extracted.inc - Add ini: phar.extract_list 2007-03-25 19:03:38 +00:00
ini_set_off.phpt - Fix Phar::canWrite(), had inverted logic 2007-05-09 18:09:41 +00:00
ini_set.phpt - Test naming 2007-01-28 10:34:58 +00:00
metadata_read.phpt - Rewrite/Finish metadata handling 2007-01-21 20:12:50 +00:00
metadata_write.phpt - Rewrite/Finish metadata handling 2007-01-21 20:12:50 +00:00
open_for_write_existing_b.phpt - Fix read/write mode handling 2007-01-28 10:32:45 +00:00
open_for_write_existing_c.phpt - Fix read/write mode handling 2007-01-28 10:32:45 +00:00
open_for_write_existing.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
open_for_write_newfile_b.phpt - Fix read/write mode handling 2007-01-28 10:32:45 +00:00
open_for_write_newfile_c.phpt - Fix read/write mode handling 2007-01-28 10:32:45 +00:00
open_for_write_newfile.phpt - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
phar_begin_setstub_commit.phpt rename begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBuffering 2007-03-22 16:31:46 +00:00
phar_commitwrite.phpt rename begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBuffering 2007-03-22 16:31:46 +00:00
phar_create_in_cwd.phpt fix mem leak on error, fix cwd issue. go back to BadMethodCallException for Phar->set*CompressedAllFiles(). ALL TESTS PASS, RELEASE IS IMMINENT 2007-02-03 04:04:18 +00:00
phar_ctx_001.phpt stream context for specifying meta-data 2007-01-28 03:25:53 +00:00
phar_get_suppoted_signatures_001.phpt - Add general SHA-2 support by optional pecl/hash dependency 2007-03-25 21:43:49 +00:00
phar_get_suppoted_signatures_002.phpt - Add general SHA-2 support by optional pecl/hash dependency 2007-03-25 21:43:49 +00:00
phar_metadata_read.phpt implement Phar->getMetadata() Phar->setMetadata(), add tests, implement meta-data in the header 2007-01-29 03:59:55 +00:00
phar_metadata_write.phpt implement Phar->getMetadata() Phar->setMetadata(), add tests, implement meta-data in the header 2007-01-29 03:59:55 +00:00
phar_offset_get_error.phpt improve error message empty entry => empty directory. Add check for phar://blah.phar/. and phar://blah.phar/.. 2007-02-05 07:19:35 +00:00
phar_oo_001.phpt implement Phar->getMetadata() Phar->setMetadata(), add tests, implement meta-data in the header 2007-01-29 03:59:55 +00:00
phar_oo_002.phpt - Fix read/write mode handling 2007-01-28 10:32:45 +00:00
phar_oo_003.phpt - Disable most of class Phar and all of class PharFileInfo if SPL is not present 2007-01-21 15:25:50 +00:00
phar_oo_004.phpt - Disable most of class Phar and all of class PharFileInfo if SPL is not present 2007-01-21 15:25:50 +00:00
phar_oo_005.phpt - Disable most of class Phar and all of class PharFileInfo if SPL is not present 2007-01-21 15:25:50 +00:00
phar_oo_006.phpt - Per defautl class Phar returns Info class on offsetGet() 2007-01-21 17:40:27 +00:00
phar_oo_007.phpt - Per defautl class Phar returns Info class on offsetGet() 2007-01-21 17:40:27 +00:00
phar_oo_008.phpt - Per defautl class Phar returns Info class on offsetGet() 2007-01-21 17:40:27 +00:00
phar_oo_009.phpt - Per defautl class Phar returns Info class on offsetGet() 2007-01-21 17:40:27 +00:00
phar_oo_010.phpt - Disable most of class Phar and all of class PharFileInfo if SPL is not present 2007-01-21 15:25:50 +00:00
phar_oo_011.phpt - Per defautl class Phar returns Info class on offsetGet() 2007-01-21 17:40:27 +00:00
phar_oo_011b.phpt - Disable most of class Phar and all of class PharFileInfo if SPL is not present 2007-01-21 15:25:50 +00:00
phar_oo_012_confirm.phpt - Per defautl class Phar returns Info class on offsetGet() 2007-01-21 17:40:27 +00:00
phar_oo_012.phpt - Per defautl class Phar returns Info class on offsetGet() 2007-01-21 17:40:27 +00:00
phar_oo_012b.phpt - Per defautl class Phar returns Info class on offsetGet() 2007-01-21 17:40:27 +00:00
phar_oo_compressallbz2.phpt fix uncompressAllFiles() and compressAllFilesBZIP2(), add tests 2007-01-27 19:37:17 +00:00
phar_oo_compressallgz.phpt fix uncompressAllFiles() and compressAllFilesBZIP2(), add tests 2007-01-27 19:37:17 +00:00
phar_oo_compressed_001.phpt - context not needed here 2007-01-27 17:27:09 +00:00
phar_oo_compressed_001b.phpt - context not needed here 2007-01-27 17:27:09 +00:00
phar_oo_compressed_002.phpt fix memleaks and all but 1 test 2007-01-27 18:45:48 +00:00
phar_oo_compressed_002b.phpt - Add missing INI setting 2007-01-27 19:17:56 +00:00
phar_oo_test.inc - Change to new layout wich has some more flags that will be used for perms 2007-01-13 16:17:04 +00:00
phar_oo_uncompressall.phpt fix uncompressAllFiles() and compressAllFilesBZIP2(), add tests 2007-01-27 19:37:17 +00:00
phar_setsignaturealgo1.phpt fix tests, add missing break to setSignatureAlgorithm() 2007-03-26 00:29:22 +00:00
phar_setsignaturealgo2.phpt fix tests, add missing break to setSignatureAlgorithm() 2007-03-26 00:29:22 +00:00
phar_stub_error.phpt rename begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBuffering 2007-03-22 16:31:46 +00:00
phar_stub_write.phpt rename begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBuffering 2007-03-22 16:31:46 +00:00
phar_stub.phpt - Split commit into commit and setStub 2007-01-28 22:11:28 +00:00
phar_test.inc implement Phar->getMetadata() Phar->setMetadata(), add tests, implement meta-data in the header 2007-01-29 03:59:55 +00:00
refcount1.phpt - Make phar_flush() work without reloading 2007-01-27 15:31:24 +00:00
rename.phpt add rename support 2007-01-28 22:43:38 +00:00