/**
  * @covers MediaCore\OAuth\Request::getKey
  */
 public function testKey()
 {
     $this->assertEquals('myKey', $this->consumer->getKey());
 }