fix tests for master
[m6w6/ext-http] / tests / client008.phpt
index f8b8774eb8edc1c7511b8c7961438470fd9d5a88..3f5641fdf040dd1d8ca9e1e8a15e9cf42444bccc 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-client features
+client configuration
 --SKIPIF--
 <?php
 include "skipif.inc";
@@ -18,7 +18,7 @@ server("pipeline.inc", function($port, $stdin) {
        $request = new http\Client\Request("GET", "http://localhost:$port");
        
        $client = new http\Client();
-       $client->configure(["pipelining" => true, "use_eventloop" => true]);
+       $client->configure(array("pipelining" => true, "use_eventloop" => true));
 
        $client->enqueue($request);
        $client->send();