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