X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2FHttpRequest_005.phpt;h=0e78984832c1cc544a5d3e2b1e939fae12dc6472;hp=7fc0dc5cf0e2ebeab42dd685345e687749113af4;hb=refs%2Fheads%2Fv1.7.x;hpb=43923eca4429ed3ce5fb85407345d7030a1879f1 diff --git a/tests/HttpRequest_005.phpt b/tests/HttpRequest_005.phpt index 7fc0dc5..0e78984 100644 --- a/tests/HttpRequest_005.phpt +++ b/tests/HttpRequest_005.phpt @@ -14,13 +14,11 @@ foreach (get_class_methods('HttpRequest') as $method) { try { if (strlen($method) > 3 && substr($method, 0, 3) == 'get') $x = $r->$method(); - else - $x = $r->$method(null, null); } catch (HttpException $e) { } } echo "Done\n"; ?> --EXPECTF-- -%sTEST +%aTEST Done