Exemplo n.º 1
0
 /**
  * @covers Sitemap::replace
  */
 public function testReplace()
 {
     $result = $this->object->replace();
     $this->assertFalse($result);
 }