Commit 3b252559 authored by jeroendedauw's avatar jeroendedauw

Add missing imports

parent 6e1c54d4
......@@ -2,6 +2,7 @@
namespace Doctrine\Tests\DBAL\Mocks;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Platforms;
class MockPlatform extends \Doctrine\DBAL\Platforms\AbstractPlatform
......
......@@ -2,6 +2,8 @@
namespace Doctrine\Tests\Mocks;
use Doctrine\DBAL\DBALException;
class DatabasePlatformMock extends \Doctrine\DBAL\Platforms\AbstractPlatform
{
private $_sequenceNextValSql = "";
......
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