Ejemplo n.º 1
0
 public function testSettingMaxDepth()
 {
     $this->_helper->setMaxDepth(0);
     $expected = $this->_getExpected('sitemap/depth1.xml');
     $this->assertEquals(trim($expected), $this->_helper->render());
 }