Beispiel #1
0
 public function testSitemaps()
 {
     $this->given($sut = new SUT())->when($sut->addSitemap('http://site.com/sitemap.xml'))->then->array($sut->getSitemaps())->hasSize(1)->contains('http://site.com/sitemap.xml');
 }