Пример #1
0
 /**
  * @group ZF-6941
  */
 public function testExpandSiblingNodesOfActiveBranchWhenShowingOnlyActiveBranch()
 {
     $this->_helper->setExpandSiblingNodesOfActiveBranch(true)->setOnlyActiveBranch(true);
     $expected = $this->_getExpected('menu/expandbranch_onlyactivebranch.html');
     $actual = $this->_helper->renderMenu();
     $this->assertEquals($expected, $actual);
 }