Esempio n. 1
0
 /**
  * @group ZF-7212
  */
 public function testRenderingOnlyActiveBranchWithUlId()
 {
     $this->_helper->setUlId('foo')->setOnlyActiveBranch()->setRenderParents();
     $this->assertContains('<ul class="navigation" id="foo">', $this->_helper->renderMenu());
 }