Commit 0eb42992 authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #608 from JeroenDeDauw/missingimp

Add missing imports
parents 1886caf8 3b252559
......@@ -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