projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
e22dd6c
)
fix test
author
Michael Wallner
<mike@php.net>
Wed, 9 Sep 2015 15:49:49 +0000
(17:49 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 9 Sep 2015 15:49:49 +0000
(17:49 +0200)
tests/client003.phpt
patch
|
blob
|
history
diff --git
a/tests/client003.phpt
b/tests/client003.phpt
index bca33024f93019ac1c2f2a495a88530c7ad20b5e..63e0ef332f5c246cae21280849551a97c829cb11 100644
(file)
--- 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);