@@ -22,7 +22,6 @@ |
||
| 22 | 22 | use Doctrine\DBAL\Schema\Schema; |
| 23 | 23 | use Doctrine\DBAL\Connection; |
| 24 | 24 | use Doctrine\DBAL\Types\Type; |
| 25 | - |
|
| 26 | 25 | use Doctrine\DBAL\Schema\Synchronizer\AbstractSchemaSynchronizer; |
| 27 | 26 | use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer; |
| 28 | 27 | use Doctrine\DBAL\Schema\Synchronizer\SchemaSynchronizer; |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | use Doctrine\DBAL\Schema\Index; |
| 9 | 9 | use Doctrine\DBAL\Schema\Table; |
| 10 | 10 | use Doctrine\DBAL\Schema\TableDiff; |
| 11 | -use Doctrine\DBAL\Types\Type; |
|
| 12 | 11 | |
| 13 | 12 | abstract class AbstractMySQLPlatformTestCase extends AbstractPlatformTestCase |
| 14 | 13 | { |