X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fgh-issue47.phpt;fp=tests%2Fgh-issue47.phpt;h=29205ecf16f0a8b763da910c8c36bf490ec50707;hp=3378b628f3382ad4912af6cb13fd2ff0d7db254a;hb=faf7a7899fa8ffb24f8105a921f359d6b97ec34e;hpb=cc9215bc026c37420de775d3ef95c582caf8eca0 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;