예제 #1
0
 public function testOverloadingThrowsExceptionWithInvalidMethod()
 {
     try {
         $this->helper->fooBar('foo');
         $this->fail('Invalid method should raise exception');
     } catch (Zend_View_Exception $e) {
     }
 }