From: Steph Fox Date: Mon, 25 Feb 2008 15:41:47 +0000 (+0000) Subject: Lunchbreak. X-Git-Tag: RELEASE_2_0_0a1~331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=303b72fed336a0c55d7163878fc2cae672a7fcbb;p=php Lunchbreak. --- diff --git a/ext/phar/tests/phar_convert_tar2.phpt b/ext/phar/tests/phar_convert_tar2.phpt index ee4028b5d5..6a8313848a 100644 --- a/ext/phar/tests/phar_convert_tar2.phpt +++ b/ext/phar/tests/phar_convert_tar2.phpt @@ -1,5 +1,5 @@ --TEST-- -Phar::convertToTar() gzipped +Phar::convertToTar() gzip compressed --SKIPIF-- diff --git a/ext/phar/tests/phar_convert_tar3.phpt b/ext/phar/tests/phar_convert_tar3.phpt index fabc40f8a8..515de3ffb4 100644 --- a/ext/phar/tests/phar_convert_tar3.phpt +++ b/ext/phar/tests/phar_convert_tar3.phpt @@ -1,8 +1,8 @@ --TEST-- -Phar::convertToTar() gzipped +Phar::convertToTar() bz2 compressed --SKIPIF-- - + --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_get_supported_signatures_001.phpt b/ext/phar/tests/phar_get_supported_signatures_001.phpt index 2dab72adaa..f672c0024b 100644 --- a/ext/phar/tests/phar_get_supported_signatures_001.phpt +++ b/ext/phar/tests/phar_get_supported_signatures_001.phpt @@ -1,8 +1,8 @@ --TEST-- -Phar::setSupportedSignatures() +Phar::getSupportedSignatures() --SKIPIF-- - + --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/phar_get_supported_signatures_002.phpt b/ext/phar/tests/phar_get_supported_signatures_002.phpt index 753b3d95c3..ba86947d5d 100644 --- a/ext/phar/tests/phar_get_supported_signatures_002.phpt +++ b/ext/phar/tests/phar_get_supported_signatures_002.phpt @@ -1,5 +1,5 @@ --TEST-- -Phar::setSupportedSignatures() +Phar::getSupportedSignatures() --SKIPIF-- diff --git a/ext/phar/tests/phar_get_supportedcomp2.phpt b/ext/phar/tests/phar_get_supportedcomp2.phpt index 78a823b437..c607724918 100644 --- a/ext/phar/tests/phar_get_supportedcomp2.phpt +++ b/ext/phar/tests/phar_get_supportedcomp2.phpt @@ -1,5 +1,5 @@ --TEST-- -Phar::getSupportedCompression() (bz2) +Phar::getSupportedCompression() (bz2 only) --SKIPIF-- diff --git a/ext/phar/tests/phar_get_supportedcomp3.phpt b/ext/phar/tests/phar_get_supportedcomp3.phpt index be84a23310..c300407f3f 100644 --- a/ext/phar/tests/phar_get_supportedcomp3.phpt +++ b/ext/phar/tests/phar_get_supportedcomp3.phpt @@ -1,5 +1,5 @@ --TEST-- -Phar::getSupportedCompression() (zlib) +Phar::getSupportedCompression() (zlib only) --SKIPIF-- diff --git a/ext/phar/tests/phar_metadata_read.phpt b/ext/phar/tests/phar_metadata_read.phpt index a4c7b323ba..bda411f740 100644 --- a/ext/phar/tests/phar_metadata_read.phpt +++ b/ext/phar/tests/phar_metadata_read.phpt @@ -1,5 +1,5 @@ --TEST-- -Phar with phar-level meta-data (read) +Phar with metadata (read) --SKIPIF-- --INI-- diff --git a/ext/phar/tests/phar_metadata_write.phpt b/ext/phar/tests/phar_metadata_write.phpt index 0a840ec93d..1ba82fb6df 100644 --- a/ext/phar/tests/phar_metadata_write.phpt +++ b/ext/phar/tests/phar_metadata_write.phpt @@ -1,5 +1,5 @@ --TEST-- -Phar with phar meta-data (write) +Phar with metadata (write) --SKIPIF-- --INI-- diff --git a/ext/phar/tests/phar_oo_004.phpt b/ext/phar/tests/phar_oo_004.phpt index acd647bf5a..4f72b3678d 100755 --- a/ext/phar/tests/phar_oo_004.phpt +++ b/ext/phar/tests/phar_oo_004.phpt @@ -1,5 +1,5 @@ --TEST-- -Phar and DirectoryIteraotr +Phar and DirectoryIterator --SKIPIF--