示例#1
0
 public function testParseUrl()
 {
     $url = new Url();
     $this->assertArrayHasKey('query', $url->parseUrl($this->url));
 }