summaryrefslogtreecommitdiff
path: root/ext/zip/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/tests')
-rw-r--r--ext/zip/tests/bug70752.phpt2
-rw-r--r--ext/zip/tests/oo_setcomment_error.phpt2
2 files changed, 0 insertions, 4 deletions
diff --git a/ext/zip/tests/bug70752.phpt b/ext/zip/tests/bug70752.phpt
index f006fbee9a..8fbe3a6a54 100644
--- a/ext/zip/tests/bug70752.phpt
+++ b/ext/zip/tests/bug70752.phpt
@@ -19,11 +19,9 @@ $zip->close();
var_dump(file_exists($filename));
?>
-===DONE===
--EXPECT--
bool(false)
bool(false)
-===DONE===
--CLEAN--
<?php
$filename = __DIR__ . DIRECTORY_SEPARATOR . 'bug70752.txt';
diff --git a/ext/zip/tests/oo_setcomment_error.phpt b/ext/zip/tests/oo_setcomment_error.phpt
index a8f1e47ab9..a4301154c8 100644
--- a/ext/zip/tests/oo_setcomment_error.phpt
+++ b/ext/zip/tests/oo_setcomment_error.phpt
@@ -26,7 +26,6 @@ var_dump($zip->setCommentIndex(1, $longComment));
$zip->close();
?>
-===DONE===
--EXPECTF--
Warning: ZipArchive::setArchiveComment(): Comment must not exceed 65535 bytes in %s on line %d
bool(false)
@@ -36,7 +35,6 @@ bool(false)
Warning: ZipArchive::setCommentIndex(): Comment must not exceed 65535 bytes in %s on line %d
bool(false)
-===DONE===
--CLEAN--
<?php
@unlink(__DIR__ . '/__tmp_oo_set_comment_error.zip');