コード例 #1
0
ファイル: HeadLinkTest.php プロジェクト: pnaq57/zf2demo
 public function testOverloadingThrowsExceptionWithInvalidMethod()
 {
     $this->setExpectedException('Zend\\View\\Exception\\ExceptionInterface');
     $this->helper->bogusMethod();
 }