Example #1
0
 public function testSetMaxDepth()
 {
     $this->_helper->setMaxDepth(1);
     $expected = $this->_getExpected('bc/maxdepth.html');
     $this->assertEquals($expected, $this->_helper->render());
 }