/**
  * @covers Airbrake\Configuration::getParamters
  */
 public function testGetParamters()
 {
     $this->assertEquals($this->object->getParameters(), array('get' => 'this', 'post' => 'that'));
 }