X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FHttpRequest_002.phpt;h=9c9c49ac80004e12629040d9f8c6e94a5793115c;hb=0ac87717530843df93ca94ffa8c3fd8935f346cb;hp=56006a8af8e3e2118095b04d0040811f04d5cbc9;hpb=3413573a33f8213ba60550f8f184200eea72d111;p=m6w6%2Fext-http diff --git a/tests/HttpRequest_002.phpt b/tests/HttpRequest_002.phpt index 56006a8..9c9c49a 100644 --- a/tests/HttpRequest_002.phpt +++ b/tests/HttpRequest_002.phpt @@ -3,10 +3,12 @@ HttpRequest GET/POST --SKIPIF-- (int) PHP_VERSION) and die('skip PHP5 is required for Http classes'); +checkver(5); +checkurl('www.google.com'); ?> --FILE-- send()); print_r($r->getResponseInfo()); @@ -18,9 +20,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 ( @@ -52,3 +52,4 @@ Array int(501) int(501) bool(true) +