1
0
mirror of synced 2024-12-04 18:56:06 +03:00

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:
Matteo Beccati 2015-04-05 21:50:25 +02:00
parent 354ccdc58b
commit e7397ff62e

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