summaryrefslogtreecommitdiff
path: root/ext/zip/tests/oo_setcomment_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/tests/oo_setcomment_error.phpt')
-rw-r--r--ext/zip/tests/oo_setcomment_error.phpt2
1 files changed, 0 insertions, 2 deletions
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');