Merge pull request #567 from BenMorel/uselessmethods
Removed outdated methods in DatabasePlatformMock
This commit is contained in:
commit
ef1ed588b5
@ -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…
x
Reference in New Issue
Block a user