summaryrefslogtreecommitdiff
path: root/ext/phar/tests/addfuncs.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/addfuncs.phpt')
-rw-r--r--ext/phar/tests/addfuncs.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/phar/tests/addfuncs.phpt b/ext/phar/tests/addfuncs.phpt
index a099dc4ed9..17073ab17e 100644
--- a/ext/phar/tests/addfuncs.phpt
+++ b/ext/phar/tests/addfuncs.phpt
@@ -39,7 +39,6 @@ $phar->addFromString('.phar/stub.php', 'hi');
echo $e->getMessage() . "\n";
}
?>
-===DONE===
--CLEAN--
<?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
--EXPECTF--
@@ -50,4 +49,3 @@ Entry a does not exist and cannot be created: phar error: file "a" in phar "%sad
phar error: unable to open file "%s/does/not/exist" to add to phar archive
Cannot create any files in magic ".phar" directory
Cannot create any files in magic ".phar" directory
-===DONE===