Revert fix for client ID exception

This commit is contained in:
Andrew Millington
2018-04-20 18:22:07 +01:00
parent 9fc288ce53
commit c8b44ff5c7
2 changed files with 10 additions and 24 deletions

View File

@@ -335,7 +335,7 @@ class AuthCodeGrantTest extends TestCase
]
);
$grant->canRespondToAuthorizationRequest($request);
$grant->validateAuthorizationRequest($request);
}
/**