You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #233 test: Fix incorrect class name (theofidry)
This PR was merged into the 1.x-dev branch.
Discussion
----------
test: Fix incorrect class name
Fixes the following error:
```
1) League\Bundle\OAuth2ServerBundle\Tests\Acceptance\AuthorizationEndpointTest::testSuccessfulCodeRequest
RuntimeException: Case mismatch between loaded and declared class names: "Doctrine\DBAL\Platforms\SqlitePlatform" vs "Doctrine\DBAL\Platforms\SQLitePlatform".
/path/to/oauth2-server-bundle/vendor/symfony/error-handler/DebugClassLoader.php:339
```
Commits
-------
6bd7460 fix codemismatch
0 commit comments