Skip to content

Commit

Permalink
Add missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed May 11, 2020
1 parent 7725256 commit b780c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Doctrine/Tests/DBAL/Driver/AbstractDriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
use Doctrine\DBAL\Schema\AbstractSchemaManager;
use Doctrine\DBAL\VersionAwarePlatformDriver;
use Doctrine\Tests\DbalTestCase;
use PHPUnit\Framework\MockObject\MockObject;
use ReflectionProperty;
use function array_merge;
use function get_class;
Expand Down

0 comments on commit b780c41

Please sign in to comment.