1
0
mirror of synced 2025-01-19 15:01:40 +03:00

Fixed identifier quoting in functional tests.

This commit is contained in:
Guilherme Blanco 2015-01-15 03:55:29 +00:00
parent 8a0989aa50
commit 0b2fb7fd78

View File

@ -219,7 +219,7 @@ abstract class OrmFunctionalTestCase extends OrmTestCase
protected function tearDown() protected function tearDown()
{ {
$conn = static::$_sharedConn; $conn = static::$_sharedConn;
$platform = $this->_em->getConnection()->getDatabasePlatform(); $platform = $conn->getDatabasePlatform();
$this->_sqlLoggerStack->enabled = false; $this->_sqlLoggerStack->enabled = false;