Пример #1
0
 public function testSettingBothDepths()
 {
     $this->_helper->setMinDepth(1)->setMaxDepth(2);
     $expected = $this->_getExpected('sitemap/depth3.xml');
     $this->assertEquals(trim($expected), $this->_helper->render());
 }