Removed outdated methods in DatabasePlatformMock.
This commit is contained in:
parent
71a68a5c6f
commit
ec1b47a3e8
1 changed files with 0 additions and 14 deletions
|
@ -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}
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue