示例#1
0
 public function testOverloadingThrowsExceptionWithInvalidMethodType()
 {
     $this->setExpectedException('Zend\\View\\Exception\\ExceptionInterface');
     $this->helper->setFoo('foo');
 }