示例#1
0
 /**
  * @group ZF-8874
  */
 public function testRenderingWithoutWhitespace()
 {
     $this->_helper->setFormatOutput(false);
     $expected = $this->_getExpected('menu/without_whitespace.html');
     $this->assertEquals($expected, $this->_helper->render($this->_nav1));
 }