コード例 #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testGetNonExistentParameterByIndex()
 {
     $method = new PhpMethod('doink');
     $method->getParameter(5);
 }