/** * @return void */ public function testParse() { $url = Url::parse('/foo/bar?q=a#z'); $this->assertSame('/foo/bar?q=a#z', (string) $url); }