コード例 #1
0
ファイル: ClazzTest.php プロジェクト: niklongstone/manager
 /**
  * @expectedException \OutOfBoundsException
  * @expectedExceptionMessage foobar
  */
 public function testGetMethodFailsIfNotFound()
 {
     $this->class->getMethod('foobar');
 }