1
0
mirror of synced 2025-01-31 04:21:44 +03:00

Fix and test for DDC-2073

This commit is contained in:
Matthieu Napoli 2012-11-06 15:12:19 +01:00
parent e15cf324c3
commit c2d9197900

View File

@ -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';