- I thought I already fixed them
[m6w6/ext-http] / tests / HttpRequest_003.phpt
index 40d0ba92a53d7ed2745abdf34f56dc26a6d15a96..d432c4358c0334468427f0d2a51beab91acea254 100644 (file)
@@ -8,13 +8,12 @@ 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"