summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_setalias.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/phar_setalias.phpt')
-rw-r--r--ext/phar/tests/phar_setalias.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/phar/tests/phar_setalias.phpt b/ext/phar/tests/phar_setalias.phpt
index 7d67d787c5..e193f5f37f 100644
--- a/ext/phar/tests/phar_setalias.phpt
+++ b/ext/phar/tests/phar_setalias.phpt
@@ -23,7 +23,6 @@ echo $phar->getAlias() . "\n";
$phar->setAlias('test');
echo $phar->getAlias() . "\n";
?>
-===DONE===
--CLEAN--
<?php
unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
@@ -33,4 +32,3 @@ __HALT_COMPILER();
--EXPECT--
hio
test
-===DONE===