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=1a09b8d3579dca58b2c05b4211f6c4ce48791ada;hp=6956588cf077d0bcdb7351f94a74198b70899393;hb=e1d5ca36e13696a2e87b618165669fc7c53709c1;hpb=ee21a57095f838337945bd3d2e19bd20bdfee3ea diff --git a/tests/gh-issue47.phpt b/tests/gh-issue47.phpt index 6956588..1a09b8d 100644 --- a/tests/gh-issue47.phpt +++ b/tests/gh-issue47.phpt @@ -13,7 +13,7 @@ $urls = [ "? = =" ]; -$url0=new http\Url($urls[0]); +$url0=new http\Url($urls[0], null, http\Url::FROM_ENV); $url1=$url0->mod($urls[1]); echo $url1;