Commit 5340e9f5 authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #606 from JeroenDeDauw/deadref

Remove ref to class that does not exist
parents db798adb c917ed51
...@@ -6,7 +6,6 @@ use Doctrine\DBAL\Schema\Column; ...@@ -6,7 +6,6 @@ use Doctrine\DBAL\Schema\Column;
use Doctrine\DBAL\Schema\ForeignKeyConstraint; use Doctrine\DBAL\Schema\ForeignKeyConstraint;
use Doctrine\DBAL\Schema\Index; use Doctrine\DBAL\Schema\Index;
use Doctrine\DBAL\Schema\Table; use Doctrine\DBAL\Schema\Table;
use Doctrine\DBAL\Schema\TableBuilder;
use Doctrine\DBAL\Types\Type; use Doctrine\DBAL\Types\Type;
class TableTest extends \Doctrine\Tests\DbalTestCase class TableTest extends \Doctrine\Tests\DbalTestCase
......
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