Merge branch 'hotfix/#1374-fix-ddc-767-test-php7-pg94-2.5' into 2.5
This commit is contained in:
commit
584345397b
@ -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…
x
Reference in New Issue
Block a user