Browse Source

Cleanup whitespace.

Mark Story 9 years ago
parent
commit
f1878f030f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/View/Helper/FormHelperTest.php

+ 1 - 1
tests/TestCase/View/Helper/FormHelperTest.php

@@ -8483,7 +8483,7 @@ class FormHelperTest extends TestCase
      */
     public function testNestedLabelInput()
     {
-        $result = $this->Form->input('foo', [ 'nestedInput' => true]);
+        $result = $this->Form->input('foo', ['nestedInput' => true]);
         $expected = [
             'div' => ['class' => 'input text'],
             'label' => ['for' => 'foo'],