X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient008.phpt;h=3f5641fdf040dd1d8ca9e1e8a15e9cf42444bccc;hp=41c3e681b9b5bc1a221b9ea46d677a11770fcaa1;hb=d5c7f974d81c724c6fad8b54f1c37ce0795119de;hpb=8a3ddf26349337c2c42dc2716bb4b3e93bded96c diff --git a/tests/client008.phpt b/tests/client008.phpt index 41c3e68..3f5641f 100644 --- a/tests/client008.phpt +++ b/tests/client008.phpt @@ -1,5 +1,5 @@ --TEST-- -client features +client configuration --SKIPIF-- configure(["pipelining" => true, "use_eventloop" => true]); + $client->configure(array("pipelining" => true, "use_eventloop" => true)); $client->enqueue($request); $client->send();