Skip to content

Commit

Permalink
Changing the last apparence of the old var name for the InArray
Browse files Browse the repository at this point in the history
validator
  • Loading branch information
igor committed Sep 20, 2012
1 parent 50c8539 commit 9d57fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ZendTest/Form/Element/SelectTest.php
Expand Up @@ -169,7 +169,7 @@ public function testInArrayValidatorHaystakIsUpdated($valueTests, $options)
$element->setAttributes(array(
'options' => $options,
));
$haystack=$explodeValidator->getHaystack();
$haystack=$inArrayValidator->getHaystack();
$this->assertCount(count($options), $haystack);
}

Expand Down

0 comments on commit 9d57fd9

Please sign in to comment.