X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fgh-issue47.phpt;h=29205ecf16f0a8b763da910c8c36bf490ec50707;hp=3378b628f3382ad4912af6cb13fd2ff0d7db254a;hb=ef433934afac64c92840119e62873da1cea3ca8e;hpb=b6bd51c63e78ca0212228a7002a93fb67dfede96 diff --git a/tests/gh-issue47.phpt b/tests/gh-issue47.phpt index 3378b62..29205ec 100644 --- a/tests/gh-issue47.phpt +++ b/tests/gh-issue47.phpt @@ -13,7 +13,7 @@ $urls = array( "? = =" ); -$url0=new http\Url($urls[0]); +$url0=new http\Url($urls[0], null, http\Url::FROM_ENV); $url1=$url0->mod($urls[1]); echo $url1;