]> granicus.if.org Git - php/commitdiff
- Class was renamed (change test names, too)
authorMarcus Boerger <helly@php.net>
Sun, 1 Jan 2006 23:05:42 +0000 (23:05 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 1 Jan 2006 23:05:42 +0000 (23:05 +0000)
22 files changed:
ext/phar/tests/001.phpt
ext/phar/tests/002.phpt
ext/phar/tests/003.phpt
ext/phar/tests/004.phpt
ext/phar/tests/005.phpt
ext/phar/tests/006.phpt
ext/phar/tests/007.phpt
ext/phar/tests/008.phpt
ext/phar/tests/009.phpt
ext/phar/tests/010.phpt
ext/phar/tests/011.phpt
ext/phar/tests/012.phpt
ext/phar/tests/013.phpt
ext/phar/tests/014.phpt
ext/phar/tests/015.phpt
ext/phar/tests/016.phpt
ext/phar/tests/017.phpt
ext/phar/tests/018.phpt
ext/phar/tests/019.phpt
ext/phar/tests/020.phpt
ext/phar/tests/021.phpt
ext/phar/tests/022.phpt

index b27712cece999b9416699fde16c156239629cb9b..2e64dc5651c892d92012038363841411515ca026 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::apiVersion
+Phar::apiVersion
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip"; ?>
 --FILE--
index 3016c9d7721243f22f860df0a2291cd633faa2bc..02161bc9a2b7011daa2dfa4e3bdc8c010b2e26c4 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar truncated manifest/improper params
+Phar::mapPhar truncated manifest/improper params
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip"; ?>
 --FILE--
index efebae002f0e2f88c42f4bc6908a123880bb8382..bcc9b0dafd309f9ea7e2e916023b40334b2fc2e6 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar zlib not loaded
+Phar::mapPhar zlib not loaded
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip zlib is present";
 if (Phar::canCompress()) print "skip";?>
index 598b8648e2603eb07fbf6e5465030e6d368044a2..c458ee8cf5535ef1c2decf976a9f737933836dce 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar no __HALT_COMPILER();
+Phar::mapPhar no __HALT_COMPILER();
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";?>
 --FILE--
index 5a881c61da73d61179168a58c21ae3f55e6e8066..f04037fdf7571a0d425848851e2381c20f20001a 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar truncated manifest (none)
+Phar::mapPhar truncated manifest (none)
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";?>
 --FILE--
index 677ed7a28e322773631956b5cdf7c443d20bb6bd..19e1c40d87b0c01848d9d22aa247ad187754fe1f 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar truncated manifest (manifest length truncated)
+Phar::mapPhar truncated manifest (manifest length truncated)
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";?>
 --FILE--
index 82e4c35d2896271bf5cfd8f95b9c4444fefd11f4..97fa653e9b6bf26bc92bc92490eaf5745d986bf6 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar manifest too big
+Phar::mapPhar manifest too big
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";?>
 --FILE--
index 2562e8491c591babb6919b023a089c4dc40e978b..254e7e8e0041cea4be2981dc9aa9ad7bec26536d 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar truncated manifest (not enough for manifest length)
+Phar::mapPhar truncated manifest (not enough for manifest length)
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";?>
 --FILE--
index 20b652bc8f1b443a64ee269e0f530d5b33d05bfd..4667c980ef27193d83c07f15fc3855eac9e9a7e8 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar too many manifest entries
+Phar::mapPhar too many manifest entries
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";?>
 --FILE--
index 8df1fd997c036052b7649b931d5934c151244df0..9560e08f59a8358a02f3f0f96be20ad6bb3e4f7b 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar buffer overrun
+Phar::mapPhar buffer overrun
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";?>
 --FILE--
index 69bf7e04778abb2095f7ed62f67d2d51559a15bc..3738e66c57b1dec4d08b49876fce9a2523985104 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar filesize too small in manifest
+Phar::mapPhar filesize too small in manifest
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";?>
 --FILE--
index b369c4b8c207ce4a9d337a63746b0636d4aa92c3..0dd9fdafe65feca3a5e74729ee8c66b91e98cda6 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar valid file
+Phar::mapPhar valid file
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";?>
 --FILE--
index 95d14bc558d8d347488a4a588ef28f2fd54db23a..1cd95a5df163ef4024f91238f31514c5f0d12f80 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar filesize mismatch
+Phar::mapPhar filesize mismatch
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";?>
 --FILE--
index 89ccf86ce0c3cae795e57897d74972518dc9cc80..a201f8c60a1eee5c25783d4d9ace1db5111a12b5 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar filesize mismatch
+Phar::mapPhar filesize mismatch
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";?>
 --FILE--
index 2aa6839424ee8a4a3ffd930ec8dbd5a133403d8c..f6de045cb615de24e1ffbac2ea26aaec44da2d1d 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar valid file (gzipped)
+Phar::mapPhar valid file (gzipped)
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";
 if (!PHP_Archive::canCompress()) print "skip"; ?>
index df6ff7d6743651ba8f04aad02bf54615da572386..58d7671af360b448ada0869464d7c19b6fd5ea66 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PHP_Archive::mapPhar invalid file (gzipped file length is too short)
+Phar::mapPhar invalid file (gzipped file length is too short)
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip";
 if (!PHP_Archive::canCompress()) print "skip"; ?>
index fc7f73196cc395192058455d5d098e32a1108a3a..cac6023c0fc4d616e26b03e13ea3c5018d2d4f42 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-opendir test - no dir specified at all
+Phar: opendir test - no dir specified at all
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip"; ?>
 --FILE--
index 9318d48475eb357f634205fb19b2edbf29340c14..1032afe4bf6a3ef810ee95150e5a34e9f104fffb 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-opendir test, root directory
+Phar: opendir test, root directory
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip"; ?>
 --FILE--
index b79e6d67f020c1cf0fcc00055de4bfa1674e4bd1..8ff74ef7b29006bc36513ad5f8a5963906733814 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-opendir test, subdirectory
+Phar: opendir test, subdirectory
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip"; ?>
 --FILE--
index f923a0bdeb38e7f8daff2328b695137a2ed6f9cd..e97463e6970b8bbb9cd66993074e14821c1752df 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-url stat
+Phar: url stat
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip"; ?>
 --FILE--
index 25f7d6a30619f5b61bfc8bc04742abae33288b18..791e0fc4e589b27e100617869ca3e400d471c1b9 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-stream stat
+Phar: stream stat
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip"; ?>
 --FILE--
index 81202273b8a429392fd5d9ebcab22839d1ff9cb5..e2769e4b46c30e6c2dc54e95c3eb491db7f8cf2c 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-stream stat
+Phar: stream stat
 --SKIPIF--
 <?php if (!extension_loaded("phar")) print "skip"; ?>
 --FILE--