public function testGetUri() { $uri = 'http://symfony.com'; $crawler = new Crawler(null, $uri); $this->assertEquals($uri, $crawler->getUri()); }