- bump version
[m6w6/ext-http] / tests / HttpRequest_003.phpt
index e7c3b8c430eded45f263b5c6ff19fda9a66ac1cf..d432c4358c0334468427f0d2a51beab91acea254 100644 (file)
@@ -4,16 +4,16 @@ HttpRequest SSL
 <?php
 include 'skip.inc';
 checkver(5);
-checkurl('http://arweb.info');
+checkurl('arweb.info');
 ?>
 --FILE--
 <?php
+echo "-TEST\n";
 $r = new HttpRequest('https://ssl.arweb.info/iworks/data.txt');
 $r->send();
 var_dump($r->getResponseBody());
 ?>
 --EXPECTF--
-Content-type: text/html
-X-Powered-By: PHP/%s
-
+%sTEST
 string(10) "1234567890"
+