Skip to content

Commit

Permalink
minor #20 Remove SqlitePlatform useless class (mtarld)
Browse files Browse the repository at this point in the history
This PR was merged into the 0.1-dev branch.

Discussion
----------

Remove SqlitePlatform useless class

Commits
-------

60ec505 Remove SqlitePlatform useless class
  • Loading branch information
chalasr committed Apr 19, 2021
2 parents c933a75 + 60ec505 commit d68a9c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 40 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=7.2",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.7.1",
"league/oauth2-server": "^8.0",
"nyholm/psr7": "^1.4",
"psr/http-factory": "^1.0",
Expand Down
38 changes: 0 additions & 38 deletions tests/Support/SqlitePlatform.php

This file was deleted.

2 changes: 1 addition & 1 deletion tests/TestKernel.php
Expand Up @@ -4,6 +4,7 @@

namespace League\Bundle\OAuth2ServerBundle\Tests;

use Doctrine\DBAL\Platforms\SqlitePlatform;
use League\Bundle\OAuth2ServerBundle\Manager\AccessTokenManagerInterface;
use League\Bundle\OAuth2ServerBundle\Manager\AuthorizationCodeManagerInterface;
use League\Bundle\OAuth2ServerBundle\Manager\ClientManagerInterface;
Expand All @@ -12,7 +13,6 @@
use League\Bundle\OAuth2ServerBundle\Tests\Fixtures\FakeGrant;
use League\Bundle\OAuth2ServerBundle\Tests\Fixtures\FixtureFactory;
use League\Bundle\OAuth2ServerBundle\Tests\Fixtures\SecurityTestController;
use League\Bundle\OAuth2ServerBundle\Tests\Support\SqlitePlatform;
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down

0 comments on commit d68a9c3

Please sign in to comment.