X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient015.phpt;h=f378653808824a2eb873857fe5242d8267fb86bc;hp=70b5f43bc603c8a417bc08eeeac0d5c5787ba674;hb=b3eb2fdc25d712af43142e2f444e8d69d9827536;hpb=597319011750ceaf7e156fe8bc03574e7f4e399b diff --git a/tests/client015.phpt b/tests/client015.phpt index 70b5f43..f378653 100644 --- a/tests/client015.phpt +++ b/tests/client015.phpt @@ -16,8 +16,8 @@ server("proxy.inc", function($port) { $client1 = new http\Client; $client2 = new http\Client; - $client1->configure(["use_eventloop" => true]); - $client2->configure(["use_eventloop" => true]); + $client1->configure(array("use_eventloop" => true)); + $client2->configure(array("use_eventloop" => true)); $client1->enqueue(new http\Client\Request("GET", "http://localhost:$port/")); $client2->enqueue(new http\Client\Request("GET", "http://localhost:$port/"));