summaryrefslogtreecommitdiff
path: root/ext/phar/tests/zip/metadata_write_commit.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/zip/metadata_write_commit.phpt')
-rw-r--r--ext/phar/tests/zip/metadata_write_commit.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/phar/tests/zip/metadata_write_commit.phpt b/ext/phar/tests/zip/metadata_write_commit.phpt
index d179b17a5c..522ddd10e7 100644
--- a/ext/phar/tests/zip/metadata_write_commit.phpt
+++ b/ext/phar/tests/zip/metadata_write_commit.phpt
@@ -53,7 +53,6 @@ foreach($files as $name => $cont) {
}
var_dump($phar->getMetadata());
?>
-===DONE===
--CLEAN--
<?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.zip.php'); ?>
--EXPECT--
@@ -84,4 +83,3 @@ array(2) {
}
bool(true)
string(2) "hi"
-===DONE===