We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc68551 commit 90045a4Copy full SHA for 90045a4
tests/unit/LucaDegasperi/OAuth2Server/AuthorizerSpec.php
@@ -117,11 +117,11 @@ function it_sets_a_redirect_uri_generator(RedirectUri $redirectUri)
117
$this->getRedirectUriGenerator()->shouldReturn($redirectUri);
118
}
119
120
- function it_sets_a_custom_token_type(AuthorizationServer $issuer, ResourceServer $checker, TokenTypeInterface $tokenType)
+ /*function it_sets_a_custom_token_type(AuthorizationServer $issuer, ResourceServer $checker, TokenTypeInterface $tokenType)
121
{
122
$issuer->setTokenType($tokenType)->shouldBeCalled();
123
$checker->setTokenType($tokenType)->shouldBeCalled();
124
125
$this->setTokenType($tokenType);
126
- }
+ }*/
127
0 commit comments