Merge pull request #1374 from mbeccati/fix-DDC767Test-php7-pg94
Fix DDC767Test failing on php7 + pg94
This commit is contained in:
commit
2c90930068
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user