From: Greg Beaver Date: Sun, 25 Nov 2007 04:49:53 +0000 (+0000) Subject: fix test expected output X-Git-Tag: RELEASE_2_0_0a1~1283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=634edbe97a7be6335918d4898441420b002d7bfa;p=php fix test expected output --- diff --git a/ext/phar/tests/phar_get_supportedcomp2.phpt b/ext/phar/tests/phar_get_supportedcomp2.phpt index 9148c13c94..24280e69d3 100644 --- a/ext/phar/tests/phar_get_supportedcomp2.phpt +++ b/ext/phar/tests/phar_get_supportedcomp2.phpt @@ -13,7 +13,7 @@ var_dump(Phar::getSupportedCompression()); ?> ===DONE=== --EXPECT-- -array(2) { +array(1) { [0]=> string(5) "BZIP2" } diff --git a/ext/phar/tests/phar_get_supportedcomp3.phpt b/ext/phar/tests/phar_get_supportedcomp3.phpt index 53f0693b11..75911abd28 100644 --- a/ext/phar/tests/phar_get_supportedcomp3.phpt +++ b/ext/phar/tests/phar_get_supportedcomp3.phpt @@ -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