コード例 #1
0
ファイル: MenuTest.php プロジェクト: haoyanfei/zf2
 public function testDisablingTranslation()
 {
     $translator = $this->_getTranslator();
     $this->_helper->setTranslator($translator);
     $this->_helper->setTranslatorEnabled(false);
     $expected = $this->_getExpected('menu/default1.html');
     $this->assertEquals($expected, $this->_helper->render());
 }