X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FHttpRequest_002.phpt;h=f6f0f7439e6f5797d1fb5a7742152e2577e93c92;hb=acc6833d4edb16c0fc4b82c1b47ab00aedec62ce;hp=3e95b4570029bb088a01d56b172e162d48d5e77e;hpb=19cad54672b6babfac2b7c9c64c415c9a24b888a;p=m6w6%2Fext-http diff --git a/tests/HttpRequest_002.phpt b/tests/HttpRequest_002.phpt index 3e95b45..f6f0f74 100644 --- a/tests/HttpRequest_002.phpt +++ b/tests/HttpRequest_002.phpt @@ -4,10 +4,12 @@ HttpRequest GET/POST --FILE-- send()); print_r($r->getResponseInfo()); @@ -19,9 +21,7 @@ var_dump($r->getResponseMessage()->getResponseCode()); var_dump(false != strstr($r->getResponseBody(), "Not Implemented")); ?> --EXPECTF-- -Content-type: text/html -X-Powered-By: PHP/%s - +%sTEST bool(true) Array ( @@ -47,8 +47,7 @@ Array [content_length_upload] => %d [content_type] => %s [httpauth_avail] => %d - [proxyauth_avail] => %d - [num_connects] => %d + [proxyauth_avail] => %s ) int(501) int(501)