diff options
Diffstat (limited to 'ext/phar/tests/phar_oo_011.phpt')
-rw-r--r-- | ext/phar/tests/phar_oo_011.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/phar/tests/phar_oo_011.phpt b/ext/phar/tests/phar_oo_011.phpt index 223a214fe0..03dc452ac7 100644 --- a/ext/phar/tests/phar_oo_011.phpt +++ b/ext/phar/tests/phar_oo_011.phpt @@ -22,7 +22,6 @@ echo $phar['hi/f.php']; echo "\n"; ?> -===DONE=== --CLEAN-- <?php unlink(__DIR__ . '/files/phar_oo_011.phar.php'); @@ -32,4 +31,3 @@ __halt_compiler(); bool(true) bool(true) hi -===DONE=== |