/**
  * @expectedException \InvalidArgumentException
  * @expectedExceptionMessage The file request parameter "foo" does not exist.
  */
 public function testGetFileParameterWithInvalidName()
 {
     $this->request->getFileParameter('foo');
 }