Commit 03025de5 authored by František Bereň's avatar František Bereň Committed by Benjamin Eberlei

fixed missing uses

parent 3502ee92
...@@ -4,6 +4,8 @@ namespace Doctrine\Tests\DBAL\Platforms; ...@@ -4,6 +4,8 @@ namespace Doctrine\Tests\DBAL\Platforms;
use Doctrine\DBAL\Platforms\PostgreSqlPlatform; use Doctrine\DBAL\Platforms\PostgreSqlPlatform;
use Doctrine\DBAL\Types\Type; use Doctrine\DBAL\Types\Type;
use Doctrine\DBAL\Schema\Table;
use Doctrine\DBAL\Schema\TableDiff;
class PostgreSqlPlatformTest extends AbstractPlatformTestCase class PostgreSqlPlatformTest extends AbstractPlatformTestCase
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment