X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=phpunit%2FUrlTest.php;h=50fa2ff2f0605ae7a9f9a9b6d907804dbdf0c540;hp=3f66e52f018663edc332d3de37be6df8b36db04c;hb=58410541834f8f897291c290d38e7a505dbb93c1;hpb=bd80b17b026a00a254ee8693cd7bacf1ebdec4cf;ds=sidebyside diff --git a/phpunit/UrlTest.php b/phpunit/UrlTest.php index 3f66e52..50fa2ff 100644 --- a/phpunit/UrlTest.php +++ b/phpunit/UrlTest.php @@ -24,7 +24,7 @@ class UrlTest extends PHPUnit_Framework_TestCase { $this->assertEquals("www.example.com", $url->host); $this->assertEquals(8080, $url->port); $this->assertEquals("/path/changed", $url->path); - $this->assertEquals("foo=&more%5B0%5D=1&more%5B1%5D=2&added=this", $url->query); + $this->assertEquals("more%5B0%5D=1&more%5B1%5D=2&added=this", $url->query); $this->assertEmpty($url->fragment); }