Config.w32: add curl dependent libs
[m6w6/ext-http] / tests / client003.phpt
index 29ab245fd07b503c37880fcd24864b4097950a46..63e0ef332f5c246cae21280849551a97c829cb11 100644 (file)
@@ -3,17 +3,18 @@ client once & wait
 --SKIPIF--
 <?php
 include "skipif.inc";
+skip_online_test();
 skip_client_test();
 ?>
 --FILE--
 <?php
 
-include "server.inc";
+include "helper/server.inc";
 
 echo "Test\n";
 
 server("proxy.inc", function($port) {
-       $request = new http\Client\Request("GET", "http://www.example.org/");
+       $request = new http\Client\Request("GET", "http://localhost:$port/");
        
        foreach (http\Client::getAvailableDrivers() as $driver) {
                $client = new http\Client($driver);