public function testMethodGetResponseType()
 {
     $grant = new RefreshTokenGrant($this->accessTokenService, $this->refreshTokenService, ServerOptions::fromArray());
     $this->assertSame('', $grant->getResponseType());
 }