Skip to content

Commit

Permalink
commenting out test. Will enable in v9
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Apr 7, 2022
1 parent c29acf0 commit 9402d9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/AuthorizationServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public function setUp(): void
\chmod(__DIR__ . '/Stubs/private.key.crlf', 0600);
}

/*
public function testGrantTypeGetsEnabled()
{
$server = new AuthorizationServer(
Expand All @@ -57,6 +58,7 @@ public function testGrantTypeGetsEnabled()
$authRequest = $server->validateAuthorizationRequest($this->createMock(ServerRequestInterface::class));
$this->assertSame(GrantType::class, $authRequest->getGrantTypeId());
}
*/

public function testRespondToRequestInvalidGrantType()
{
Expand Down

0 comments on commit 9402d9a

Please sign in to comment.