Fixed identifier quoting in functional tests.
This commit is contained in:
parent
8a0989aa50
commit
0b2fb7fd78
@ -219,7 +219,7 @@ abstract class OrmFunctionalTestCase extends OrmTestCase
|
||||
protected function tearDown()
|
||||
{
|
||||
$conn = static::$_sharedConn;
|
||||
$platform = $this->_em->getConnection()->getDatabasePlatform();
|
||||
$platform = $conn->getDatabasePlatform();
|
||||
|
||||
$this->_sqlLoggerStack->enabled = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user