Commit 2a58ac0e authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #266 from BenMorel/uselessmethods

Removed outdated methods in DatabasePlatformMock.
parents 0ceb3479 088770b4
......@@ -8,16 +8,6 @@ class DatabasePlatformMock extends \Doctrine\DBAL\Platforms\AbstractPlatform
private $_prefersIdentityColumns = true;
private $_prefersSequences = false;
/**
* @override
*/
public function getNativeDeclaration(array $field) {}
/**
* @override
*/
public function getPortableDeclaration(array $field) {}
/**
* @override
*/
......
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