Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'hotfix/4895'
Close #4895
  • Loading branch information
weierophinney committed Aug 19, 2013
2 parents ae9fd6b + 252dc42 commit 31945f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ZendTest/Form/FormTest.php
Expand Up @@ -1212,7 +1212,7 @@ public function testApplyObjectInputFilterToBaseFieldsetAndApplyValidationGroup(
$this->assertTrue($this->form->isValid());
}

public function testDonNotApplyEmptyInputFiltersToSubFieldsetOfCollectionElementsWithCollectionInputFilters()
public function testDoNotApplyEmptyInputFiltersToSubFieldsetOfCollectionElementsWithCollectionInputFilters()
{
$collectionFieldset = new Fieldset('item');
$collectionFieldset->add(new Element('foo'));
Expand Down

0 comments on commit 31945f4

Please sign in to comment.