X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient030.phpt;h=2a07128f7d921450c670e5c898cf1e756e62d7f8;hp=582087f93f3fa93aadb0c483ffd3e69a61b0f6bb;hb=d5c7f974d81c724c6fad8b54f1c37ce0795119de;hpb=e5df73ae2e31faa4e5a7de57409734f4cecd4c4a diff --git a/tests/client030.phpt b/tests/client030.phpt index 582087f..2a07128 100644 --- a/tests/client030.phpt +++ b/tests/client030.phpt @@ -17,9 +17,9 @@ class test implements SplObserver { } server("proxy.inc", function($port) { $client = new http\Client; - $client->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());