From c8aefeb4951029ade45dff02fcda950dee326ad5 Mon Sep 17 00:00:00 2001 From: Mark van Driel Date: Wed, 8 Mar 2017 14:16:08 +0100 Subject: [PATCH] Cs fixes --- lib/Cake/Test/Case/View/Helper/FormHelperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))