Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 5, 2024
1 parent 8522669 commit 63f31a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Query/DbTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@

namespace DoctrineExtensions\Tests\Query;

use Composer\InstalledVersions;
use Doctrine\DBAL\DriverManager;
use Doctrine\ORM\Configuration;
use Doctrine\ORM\EntityManager;
use Doctrine\ORM\ORMSetup;
use Doctrine\ORM\Version;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Cache\Adapter\ArrayAdapter;

use function class_exists;
use function method_exists;
use function version_compare;

class DbTestCase extends TestCase
{
Expand Down

0 comments on commit 63f31a9

Please sign in to comment.