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