Skip to content

Commit 634edbe

Browse files
author
Greg Beaver
committed
fix test expected output
1 parent 8fa1a31 commit 634edbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/phar/tests/phar_get_supportedcomp2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var_dump(Phar::getSupportedCompression());
1313
?>
1414
===DONE===
1515
--EXPECT--
16-
array(2) {
16+
array(1) {
1717
[0]=>
1818
string(5) "BZIP2"
1919
}

ext/phar/tests/phar_get_supportedcomp3.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ var_dump(Phar::getSupportedCompression());
1313
?>
1414
===DONE===
1515
--EXPECT--
16-
array(2) {
16+
array(1) {
1717
[0]=>
18-
string(5) "GZ"
18+
string(2) "GZ"
1919
}
2020
===DONE===

0 commit comments

Comments
 (0)