Beispiel #1
0
 public function testGoogleSearchReturnWebsiteCollection()
 {
     $googleEngine = new GoogleFranceEngine($this->scrapper, $this->crawler);
     $websites = $googleEngine->getWebsites('ESGI', 10);
     $this->assertGreaterThanOrEqual(5, $websites->count());
     $this->assertInstanceOf('SeoTracker\\SeoCore\\Collection\\WebsiteCollection', $websites);
 }