Example #1
0
 /**
  * @expectedException \InvalidArgumentException
  * @expectedExceptionMessage The path request parameter "foo" does not exist.
  */
 public function testGetPathParameterWithInvalidName()
 {
     $this->request->getPathParameter('foo');
 }