X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Furl002.phpt;h=de336a7fa60e1c8236922f788d8ae8ad54b0e795;hp=2b31ee960a5ebde843e3d30104c72930ffa76ff6;hb=refs%2Fheads%2Fmaster;hpb=9959c7864a5bcbe5e698f23f6cf51bf9abf06b7d diff --git a/tests/url002.phpt b/tests/url002.phpt index 2b31ee9..de336a7 100644 --- a/tests/url002.phpt +++ b/tests/url002.phpt @@ -2,7 +2,7 @@ url properties --SKIPIF-- --FILE-- "changed", "query" => "foo=&added=this"), + array("path" => "changed", "query" => "bar&foo=&added=this"), http\Url::JOIN_PATH | http\Url::JOIN_QUERY | http\Url::STRIP_AUTH | @@ -40,6 +40,6 @@ NULL string(15) "www.example.com" int(8080) string(13) "/path/changed" -string(38) "more%5B0%5D=1&more%5B1%5D=2&added=this" +string(47) "foo=&more%5B0%5D=1&more%5B1%5D=2&bar&added=this" NULL DONE