X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient030.phpt;h=8514b4e9e8b3d3ea3f3cb1f528a6f6758a283c3f;hp=582087f93f3fa93aadb0c483ffd3e69a61b0f6bb;hb=c0c53bdd55138b476e6cb4a85376a1ff1be6834d;hpb=e5df73ae2e31faa4e5a7de57409734f4cecd4c4a diff --git a/tests/client030.phpt b/tests/client030.phpt index 582087f..8514b4e 100644 --- a/tests/client030.phpt +++ b/tests/client030.phpt @@ -3,6 +3,7 @@ client eventloop recursion --SKIPIF-- --FILE-- configure([ + $client->configure(array( "use_eventloop" => true, - ]); + )); $client->attach(new test); $client->enqueue(new http\Client\Request("GET", "http://localhost:$port/"), function($r) { var_dump($r->getResponseCode());