summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_construct_invalidurl.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/phar_construct_invalidurl.phpt')
-rw-r--r--ext/phar/tests/phar_construct_invalidurl.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/phar/tests/phar_construct_invalidurl.phpt b/ext/phar/tests/phar_construct_invalidurl.phpt
index 30a4687289..295159fd0b 100644
--- a/ext/phar/tests/phar_construct_invalidurl.phpt
+++ b/ext/phar/tests/phar_construct_invalidurl.phpt
@@ -22,9 +22,7 @@ try {
echo $e->getMessage(),"\n";
}
?>
-===DONE===
--EXPECT--
Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be created from local files
Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local files
Cannot create phar 'http:/', file extension (or combination) not recognised or the directory does not exist
-===DONE===