1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge branch 'hotfix/#1374-fix-ddc-767-test-php7-pg94-2.5' into 2.5

This commit is contained in:
Marco Pivetta 2015-04-06 04:23:17 +01:00
commit 584345397b

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();