X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient015.phpt;h=f378653808824a2eb873857fe5242d8267fb86bc;hp=a5c2ef700e1f842e7e41e656c5ee3be8e8501a9f;hb=b3eb2fdc25d712af43142e2f444e8d69d9827536;hpb=8a3ddf26349337c2c42dc2716bb4b3e93bded96c diff --git a/tests/client015.phpt b/tests/client015.phpt index a5c2ef7..f378653 100644 --- a/tests/client015.phpt +++ b/tests/client015.phpt @@ -8,7 +8,7 @@ skip_client_test(); --FILE-- 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/"));