]> granicus.if.org Git - php/commitdiff
fix test expected output
authorGreg Beaver <cellog@php.net>
Sun, 25 Nov 2007 04:49:53 +0000 (04:49 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 25 Nov 2007 04:49:53 +0000 (04:49 +0000)
ext/phar/tests/phar_get_supportedcomp2.phpt
ext/phar/tests/phar_get_supportedcomp3.phpt

index 9148c13c94c039c0f1fc59983e3638fbc907bb20..24280e69d3f38c862d2512b9d27aef9a4d0345de 100644 (file)
@@ -13,7 +13,7 @@ var_dump(Phar::getSupportedCompression());
 ?>
 ===DONE===
 --EXPECT--
-array(2) {
+array(1) {
   [0]=>
   string(5) "BZIP2"
 }
index 53f0693b113575ec950ab33121f460d7eda83af6..75911abd287fe9fe5225b41b3d8737fcd86995cf 100644 (file)
@@ -13,8 +13,8 @@ var_dump(Phar::getSupportedCompression());
 ?>
 ===DONE===
 --EXPECT--
-array(2) {
+array(1) {
   [0]=>
-  string(5) "GZ"
+  string(2) "GZ"
 }
 ===DONE===
\ No newline at end of file