Skip to content

Commit 9402d9a

Browse files
committed
commenting out test. Will enable in v9
1 parent c29acf0 commit 9402d9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/AuthorizationServerTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function setUp(): void
4141
\chmod(__DIR__ . '/Stubs/private.key.crlf', 0600);
4242
}
4343

44+
/*
4445
public function testGrantTypeGetsEnabled()
4546
{
4647
$server = new AuthorizationServer(
@@ -57,6 +58,7 @@ public function testGrantTypeGetsEnabled()
5758
$authRequest = $server->validateAuthorizationRequest($this->createMock(ServerRequestInterface::class));
5859
$this->assertSame(GrantType::class, $authRequest->getGrantTypeId());
5960
}
61+
*/
6062

6163
public function testRespondToRequestInvalidGrantType()
6264
{

0 commit comments

Comments
 (0)