From 6b5188fee8a2a45d9d9e52bd33f0d542921349ce Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 2 Apr 2015 23:45:12 +0100 Subject: [PATCH] FQCN reference (class was not imported correctly) --- tests/Doctrine/Tests/ORM/Hydration/ObjectHydratorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/ORM/Hydration/ObjectHydratorTest.php b/tests/Doctrine/Tests/ORM/Hydration/ObjectHydratorTest.php index 3dc5025ae..eaa0b75b7 100644 --- a/tests/Doctrine/Tests/ORM/Hydration/ObjectHydratorTest.php +++ b/tests/Doctrine/Tests/ORM/Hydration/ObjectHydratorTest.php @@ -1968,7 +1968,7 @@ class ObjectHydratorTest extends HydrationTestCase $rsm->addFieldResult('e1', 'a1__id', 'id'); $rsm->addFieldResult('e2', 'e2__id', 'id'); - $result = (new ObjectHydrator($this->_em)) + $result = (new \Doctrine\ORM\Internal\Hydration\ObjectHydrator($this->_em)) ->hydrateAll( new HydratorMockStatement([[ 'a1__id' => '1',