Config.w32: add curl dependent libs
[m6w6/ext-http] / tests / client003.phpt
index a6b1a4c7cfb4fef4d971196e6fe70bd6a99e1f6e..63e0ef332f5c246cae21280849551a97c829cb11 100644 (file)
@@ -3,6 +3,7 @@ client once & wait
 --SKIPIF--
 <?php
 include "skipif.inc";
+skip_online_test();
 skip_client_test();
 ?>
 --FILE--
@@ -13,7 +14,7 @@ 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);