mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-22 21:23:02 +05:30
Add blank space to keep formatting consistent
This commit is contained in:
parent
8a78e00a2e
commit
705120c974
@ -30,6 +30,7 @@ class ClientCredentialsGrantTest extends TestCase
|
||||
{
|
||||
$client = new ClientEntity();
|
||||
$client->setConfidential();
|
||||
|
||||
$clientRepositoryMock = $this->getMockBuilder(ClientRepositoryInterface::class)->getMock();
|
||||
$clientRepositoryMock->method('getClientEntity')->willReturn($client);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user