We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29acf0 commit 9402d9aCopy full SHA for 9402d9a
tests/AuthorizationServerTest.php
@@ -41,6 +41,7 @@ public function setUp(): void
41
\chmod(__DIR__ . '/Stubs/private.key.crlf', 0600);
42
}
43
44
+ /*
45
public function testGrantTypeGetsEnabled()
46
{
47
$server = new AuthorizationServer(
@@ -57,6 +58,7 @@ public function testGrantTypeGetsEnabled()
57
58
$authRequest = $server->validateAuthorizationRequest($this->createMock(ServerRequestInterface::class));
59
$this->assertSame(GrantType::class, $authRequest->getGrantTypeId());
60
61
+ */
62
63
public function testRespondToRequestInvalidGrantType()
64
0 commit comments