Beispiel #1
0
 public function testOverloadingThrowsExceptionWithInvalidMethod()
 {
     $this->setExpectedException('Zend\\View\\Exception\\ExceptionInterface');
     $this->helper->bogusMethod();
 }