X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Furl001.phpt;h=e1bc2504875273bcfc98f75593f222f5225d2a9e;hp=cd792f29688d894a7680498ad88da5534a83941a;hb=860f294514633abead8ed6df000655a93e98a30c;hpb=5211ee30b8fe45d429dbf7c37b83ab99a763f33b diff --git a/tests/url001.phpt b/tests/url001.phpt index cd792f2..e1bc250 100644 --- a/tests/url001.phpt +++ b/tests/url001.phpt @@ -1,7 +1,9 @@ --TEST-- url from env --SKIPIF-- - + --ENV-- SERVER_PORT=55555 HTTP_HOST=example.com @@ -21,5 +23,5 @@ http://example.com:55555/?s=b&i=0&e=&a[]=1&a[]=2 http://example.com:55555/index?s=b&i=0&e=&a[]=1&a[]=2 https://example.com/?s=b&i=0&e=&a[]=1&a[]=2 http://example.com:55555/index.php/ -http://localhost/ + DONE