diff --git a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php index 33410f68b..2fe621ff8 100644 --- a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php @@ -10781,7 +10781,7 @@ class FormHelperTest extends CakeTestCase { ); $this->assertTags($result, $expected); - $result = $this->Form->input('Contact.field', array( + $result = $this->Form->input('Contact.field', array( 'type' => 'text', 'div' => array('errorClass' => 'has-error'), 'error' => array('attributes' => array('class' => 'form-control-feedback'))