X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient008.phpt;h=3f5641fdf040dd1d8ca9e1e8a15e9cf42444bccc;hp=f8b8774eb8edc1c7511b8c7961438470fd9d5a88;hb=9f18b5395f9c937105d698ce564920dc06dce8f5;hpb=597319011750ceaf7e156fe8bc03574e7f4e399b diff --git a/tests/client008.phpt b/tests/client008.phpt index f8b8774..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();