X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fclient008.phpt;h=3f5641fdf040dd1d8ca9e1e8a15e9cf42444bccc;hb=9f18b5395f9c937105d698ce564920dc06dce8f5;hp=41c3e681b9b5bc1a221b9ea46d677a11770fcaa1;hpb=8a3ddf26349337c2c42dc2716bb4b3e93bded96c;p=m6w6%2Fext-http 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();