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