php-src/ext/phar/tests/tar
Steph Fox d8bebd7259 Implement $phar->setDefaultStub()
Note that Phar::createDefaultStub() still exists at this point
2008-02-20 19:22:12 +00:00
..
files - it helps if you add the new files :) 2008-02-12 16:42:35 +00:00
033.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
033a.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
create_new_and_modify.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
create_new_phar_b.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
delete_in_phar_b.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
delete_in_phar_confirm.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
delete_in_phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
delete.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
dir.phpt add tests for directory creation and management for tar and zip-based phars, add isPhar() to phar-based test 2008-01-09 03:51:38 +00:00
frontcontroller1.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller2.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller3.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller4.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller5.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller6.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller7.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller8.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller9.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller10.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller11.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller12.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller13.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller14.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller15.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller16.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller17.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller18.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller19.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller20.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller21.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
open_for_write_existing_b.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
open_for_write_existing_c.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
open_for_write_existing.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
open_for_write_newfile_b.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
open_for_write_newfile_c.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
open_for_write_newfile.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
phar_begin_setstub_commit.phpt fp must be nulled on every write also when == phar->fp or we get stale fp and problems. add new test that unearthed this problem 2008-01-07 17:58:31 +00:00
phar_buildfromiterator4.phpt new tests 2008-01-07 18:07:10 +00:00
phar_buildfromiterator5.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_buildfromiterator6.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_buildfromiterator7.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_buildfromiterator8.phpt new tests 2008-01-07 18:07:10 +00:00
phar_buildfromiterator9.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_commitwrite.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
phar_convert_phar2.phpt fix tests to match CVS 2008-01-22 05:26:38 +00:00
phar_convert_phar3.phpt fix 2 tests, add phar.readonly checks to rmdir/mkdir 2008-01-22 20:24:52 +00:00
phar_convert_phar.phpt add Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar() 2008-01-16 07:24:39 +00:00
phar_copy.phpt fix empty directories in phar, add test 2008-01-09 00:58:37 +00:00
phar_magic.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
phar_setalias2.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
phar_setalias.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
phar_setdefaultstub.phpt Implement $phar->setDefaultStub() 2008-02-20 19:22:12 +00:00
phar_stub_error.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
refcount1_5_2.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
refcount1.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
rename.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_001.phpt Fix clean section 2008-02-19 03:24:18 +00:00
tar_002.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_003.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_004.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_bz2.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_gzip.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_makebz2.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_makegz.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_nostub.phpt Fix 'clean' sections 2008-02-20 13:33:00 +00:00