This commit is contained in:
Mark van Driel 2017-03-08 14:16:08 +01:00
parent 708e960968
commit c8aefeb495

View file

@ -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'))