From: Michael Wallner Date: Wed, 9 Sep 2015 15:49:49 +0000 (+0200) Subject: fix test X-Git-Tag: RELEASE_2_5_2~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=c99ab92f90d1497e299f0c94ab3877e5612df27d fix test --- diff --git a/tests/client003.phpt b/tests/client003.phpt index bca3302..63e0ef3 100644 --- a/tests/client003.phpt +++ b/tests/client003.phpt @@ -14,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);