Skip to content

Commit

Permalink
Remove hydrator from collections
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocarneiro committed Jan 24, 2014
1 parent 4fe2829 commit 8505b40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ZendTest/Form/Element/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ public function testCanBindObjectAndPopulateAndExtractNestedFieldsets()
'count' => 2
),
));
$form->get('collection')->setHydrator(new ObjectPropertyHydrator());

$market = new stdClass();

Expand Down

0 comments on commit 8505b40

Please sign in to comment.