Esempio n. 1
0
 /**
  * @covers Sitemap::index
  */
 public function testIndex()
 {
     $this->object->index();
     // Check if rendered template contains site map
     $this->expectOutputRegex('/id="sitemap"/');
 }