Setup the public.key.crlf with the proper permissions

This commit is contained in:
Ron Arts 2017-10-30 16:41:10 +01:00
parent 4563685375
commit 90fec63104

View File

@ -31,6 +31,7 @@ class AuthorizationServerTest extends \PHPUnit_Framework_TestCase
// Make sure the keys have the correct permissions.
chmod(__DIR__ . '/Stubs/private.key', 0600);
chmod(__DIR__ . '/Stubs/public.key', 0600);
chmod(__DIR__ . '/Stubs/public.key.crlf', 0600);
}
public function testRespondToRequestInvalidGrantType()