Browse Source

Merge branch 'form-regression' of github.com:jeremyharris/cakephp into form-regression

Jeremy Harris 8 years ago
parent
commit
996d7bfdd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Form/FormTest.php

+ 1 - 1
tests/TestCase/Form/FormTest.php

@@ -134,7 +134,7 @@ class FormTest extends TestCase
      */
     public function testValidateDeprected()
     {
-        $this->deprecated(function() {
+        $this->deprecated(function () {
             $form = new ValidateForm();
             $data = [];
             $this->assertFalse($form->validate($data));