summaryrefslogtreecommitdiff
path: root/ext/phar/tests/fgc_edgecases.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/fgc_edgecases.phpt')
-rw-r--r--ext/phar/tests/fgc_edgecases.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/phar/tests/fgc_edgecases.phpt b/ext/phar/tests/fgc_edgecases.phpt
index 4a6b367aab..118a5ff550 100644
--- a/ext/phar/tests/fgc_edgecases.phpt
+++ b/ext/phar/tests/fgc_edgecases.phpt
@@ -44,7 +44,6 @@ echo file_get_contents("./hi", 0, $context, 0, 0);
include $pname . '/foo/hi';
?>
-===DONE===
--CLEAN--
<?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
<?php rmdir(__DIR__ . '/poo'); ?>
@@ -99,4 +98,3 @@ echo file_get_contents("./hi", 0, $context, 50000);
echo file_get_contents("./hi");
echo file_get_contents("./hi", 0, $context, 0, 0);
?>
-===DONE===