Fix DDC767Test failing on php7 + pg94
The failure happens when running the full suite or even just: phpunit tests/Doctrine/Tests/ORM/Functional/Ticket
This commit is contained in:
parent
354ccdc58b
commit
e7397ff62e
@ -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