Example #1
0
 /**
  * @covers Sitemap::build_xml_map
  */
 public function testBuild_xml_map()
 {
     $result = $this->object->build_xml_map();
     // Check if rendered template contains site map
     $this->expectOutputRegex('/<\\?xml version="1.0" encoding="UTF-8"\\?>/');
 }