Example #1
0
 public function testGetHelperFail()
 {
     $this->setExpectedException('\\InvalidArgumentException');
     $this->view->getHelper('nonExisting');
 }