public function testFormat()
 {
     $this->assertSame(OAuthResponse::FORMAT_JSON, $this->oauthResponse->getFormat());
 }