From 8505b401e833cc3c7dd10765d0879f76b3a23568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Carneiro?= Date: Fri, 24 Jan 2014 16:36:11 -0200 Subject: [PATCH] Remove hydrator from collections --- tests/ZendTest/Form/Element/CollectionTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ZendTest/Form/Element/CollectionTest.php b/tests/ZendTest/Form/Element/CollectionTest.php index fd6dc51e826..371d5477555 100644 --- a/tests/ZendTest/Form/Element/CollectionTest.php +++ b/tests/ZendTest/Form/Element/CollectionTest.php @@ -522,7 +522,6 @@ public function testCanBindObjectAndPopulateAndExtractNestedFieldsets() 'count' => 2 ), )); - $form->get('collection')->setHydrator(new ObjectPropertyHydrator()); $market = new stdClass();