From c2d9197900543f1c40bcc8eecc0e5b81af4acdfd Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 6 Nov 2012 15:12:19 +0100 Subject: [PATCH] Fix and test for DDC-2073 --- .../ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Doctrine/Tests/ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php b/tests/Doctrine/Tests/ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php index f8ec2bb0d..9f00090aa 100644 --- a/tests/Doctrine/Tests/ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php +++ b/tests/Doctrine/Tests/ORM/Persisters/BasicEntityPersisterTypeValueSqlTest.php @@ -7,6 +7,7 @@ use Doctrine\ORM\Persisters\BasicEntityPersister; use Doctrine\Tests\Models\CustomType\CustomTypeParent; use Doctrine\Tests\Models\CustomType\CustomTypeChild; use Doctrine\Tests\Models\CustomType\CustomTypeFriend; +use Doctrine\Common\Collections\Expr\Comparison; require_once __DIR__ . '/../../TestInit.php';