Commit ef4bd5d1 authored by Marco Pivetta's avatar Marco Pivetta

#869 - DBAL-1293 - removing unused imports

parent 1a6a796e
......@@ -3,7 +3,6 @@
namespace Doctrine\Tests\DBAL\Types;
use Doctrine\DBAL\Types\Type;
use Doctrine\Tests\DBAL\Mocks\MockPlatform;
class DateTestCase extends BaseDateTypeTestCase
{
......
......@@ -3,7 +3,6 @@
namespace Doctrine\Tests\DBAL\Types;
use Doctrine\DBAL\Types\Type;
use Doctrine\Tests\DBAL\Mocks\MockPlatform;
class DateTimeTzTestCase extends BaseDateTypeTestCase
{
......
......@@ -3,7 +3,6 @@
namespace Doctrine\Tests\DBAL\Types;
use Doctrine\DBAL\Types\Type;
use Doctrine\Tests\DBAL\Mocks\MockPlatform;
class TimeTestCase extends BaseDateTypeTestCase
{
......
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