Example #1
0
 public function testCanRenderPartialFromServiceAlias()
 {
     $this->_helper->setPartial('menu.phtml');
     $this->_helper->setServiceLocator($this->serviceManager);
     $returned = $this->_helper->renderPartial('Navigation');
     $this->assertEquals($returned, $this->_getExpected('menu/partial.html'));
 }