mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 08:23:03 +05:30
Setup the public.key.crlf with the proper permissions
This commit is contained in:
parent
4563685375
commit
90fec63104
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user