summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_get_supportedcomp1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/phar_get_supportedcomp1.phpt')
-rw-r--r--ext/phar/tests/phar_get_supportedcomp1.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/phar/tests/phar_get_supportedcomp1.phpt b/ext/phar/tests/phar_get_supportedcomp1.phpt
index fecb806f2e..2dcbd72df2 100644
--- a/ext/phar/tests/phar_get_supportedcomp1.phpt
+++ b/ext/phar/tests/phar_get_supportedcomp1.phpt
@@ -10,7 +10,6 @@ phar.require_hash=0
<?php
var_dump(Phar::getSupportedCompression());
?>
-===DONE===
--EXPECT--
array(2) {
[0]=>
@@ -18,4 +17,3 @@ array(2) {
[1]=>
string(5) "BZIP2"
}
-===DONE===