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