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