Merge branch 'hotfix/#1374-fix-ddc-767-test-php7-pg94-2.5' into 2.5
This commit is contained in:
commit
584345397b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue