Fixed test
[m6w6/ext-http] / tests / exceptions.phpt
index 48b9149faae57e30c56c650a28b25f40a490ef27..61a7620b1d1fdbeaa7a99317b99dce6dfc99e412 100644 (file)
@@ -41,7 +41,7 @@ if (http_support(HTTP_SUPPORT_REQUESTS)) {
                printf("%s (%d)\n", $x->getMessage(), $x->getCode());
        }
 } else {
-       echo "URL using bad/illegal format or missing URL;  ((null)) (8)\n";
+       echo "URL using bad/illegal format or missing URL; No URL set!\n ((null)) (8)\n";
 }
 echo "Done\n";
 ?>
@@ -59,5 +59,6 @@ echo "Done\n";
 10: HttpSocketException
 11: HttpResponseException
 12: HttpUrlException
-URL using bad/illegal format or missing URL;  ((null)) (8)
+URL using bad/illegal format or missing URL; No URL set!
+ ((null)) (8)
 Done