oauth2-server/tests/Grant
Simon Hamp 6723aadfe8 Fix #837
Unifies how we fetch the client_id from the request and allows us to throw a more appropriate exception when the client_id parameter is missing.

Improves the test method for this validation by checking the culpable method in this particular case. The test was missing this by calling the wrong method.
2018-02-26 15:56:28 +00:00
..
AbstractGrantTest.php Refactoring tests 2017-12-06 18:24:42 -02:00
AuthCodeGrantTest.php Fix #837 2018-02-26 15:56:28 +00:00
ClientCredentialsGrantTest.php Removing missing scope tests as temporarily reverted this functionality 2017-12-24 00:18:20 +00:00
ImplicitGrantTest.php Removing missing scope test 2017-12-24 00:07:22 +00:00
PasswordGrantTest.php Removing missing scope tests as temporarily reverted this functionality 2017-12-24 00:18:20 +00:00
RefreshTokenGrantTest.php Refactoring tests 2017-12-06 18:24:42 -02:00