コード例 #1
0
 /**
  * @group ZF-10409
  */
 public function testSkipPrefixForIdFalse()
 {
     $this->_helper->skipPrefixForId(false);
     $expected = $this->_getExpected('menu/normalize-id-prefix-with-null.html');
     $this->assertEquals($expected, $this->_helper->render($this->_nav3));
 }