1
0
mirror of synced 2025-01-18 14:31:40 +03:00

Merge pull request #567 from BenMorel/uselessmethods

Removed outdated methods in DatabasePlatformMock
This commit is contained in:
Guilherme Blanco 2013-02-02 20:03:26 -08:00
commit ef1ed588b5

View File

@ -22,20 +22,6 @@ class DatabasePlatformMock extends \Doctrine\DBAL\Platforms\AbstractPlatform
*/
private $_prefersSequences = false;
/**
* {@inheritdoc}
*/
public function getNativeDeclaration(array $field)
{
}
/**
* {@inheritdoc}
*/
public function getPortableDeclaration(array $field)
{
}
/**
* {@inheritdoc}
*/