/** * @expectedException \OutOfBoundsException * @expectedExceptionMessage foobar */ public function testGetArgumentFailsIfNotFound() { $this->method->getArgument('foobar'); }