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