Add blank space to keep formatting consistent

This commit is contained in:
Andrew Millington 2019-07-25 19:09:47 +01:00
parent 8a78e00a2e
commit 705120c974
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -30,6 +30,7 @@ class ClientCredentialsGrantTest extends TestCase
{
$client = new ClientEntity();
$client->setConfidential();
$clientRepositoryMock = $this->getMockBuilder(ClientRepositoryInterface::class)->getMock();
$clientRepositoryMock->method('getClientEntity')->willReturn($client);