summaryrefslogtreecommitdiff
path: root/ext/zip/tests/bug53603.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/tests/bug53603.phpt')
-rw-r--r--ext/zip/tests/bug53603.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/zip/tests/bug53603.phpt b/ext/zip/tests/bug53603.phpt
index f8ff1b4d44..56d84ad3de 100644
--- a/ext/zip/tests/bug53603.phpt
+++ b/ext/zip/tests/bug53603.phpt
@@ -27,9 +27,6 @@ if ($zip->open($file) !== TRUE) {
$a = $zip->extractTo('teststream://test');
var_dump($a);
-
--EXPECTF--
-
Warning: ZipArchive::extractTo(teststream://test/foo): failed to open stream: "TestStream::stream_open" call failed in %s on line %d
bool(false)
-