1
0
mirror of synced 2025-01-31 04:21:44 +03:00

Removed outdated methods in DatabasePlatformMock.

This commit is contained in:
Benjamin Morel 2013-02-03 01:51:05 +00:00
parent 71a68a5c6f
commit ec1b47a3e8

View File

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