summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_running.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/phar_running.phpt')
-rw-r--r--ext/phar/tests/phar_running.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/phar/tests/phar_running.phpt b/ext/phar/tests/phar_running.phpt
index 7b74921a3e..4c7491f463 100644
--- a/ext/phar/tests/phar_running.phpt
+++ b/ext/phar/tests/phar_running.phpt
@@ -17,11 +17,9 @@ var_dump(Phar::running(false));
include $pname . '/index.php';
var_dump(Phar::running());
?>
-===DONE===
--CLEAN--
<?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
--EXPECTF--
string(%d) "phar://%sphar_running.phar.php"
string(%d) "%sphar_running.phar.php"
string(0) ""
-===DONE===