1
0
mirror of synced 2024-12-04 18:56:06 +03:00

Merge pull request #1374 from mbeccati/fix-DDC767Test-php7-pg94

Fix DDC767Test failing on php7 + pg94
This commit is contained in:
Marco Pivetta 2015-04-06 04:22:24 +01:00
commit 2c90930068

View File

@ -49,7 +49,7 @@ class DDC767Test extends \Doctrine\Tests\OrmFunctionalTestCase
$this->assertNotNull($pUser, "User not retrieved from database.");
$groups = array(2, 3);
$groups = array($group2->id, $group3->id);
try {
$this->_em->beginTransaction();