Exemplo n.º 1
0
 public function testOverloadingThrowsExceptionWithInvalidMethod()
 {
     try {
         $this->helper->fooBar('foo');
         $this->fail('Invalid method should raise exception');
     } catch (View\Exception\ExceptionInterface $e) {
     }
 }