Exemplo n.º 1
0
 public function testDisablingTranslatorInjection()
 {
     $this->_helper->setTranslator($this->_getTranslator());
     $this->_helper->setInjectTranslator(false);
     $expected = $this->_getExpected('menu/default1.html');
     $actual = $this->_helper->render();
     $this->assertEquals($expected, $actual);
 }