diff --git a/tests/TestCase/Form/FormTest.php b/tests/TestCase/Form/FormTest.php index 647ee1329de..e1ae2781cb9 100644 --- a/tests/TestCase/Form/FormTest.php +++ b/tests/TestCase/Form/FormTest.php @@ -162,7 +162,7 @@ public function testErrors() 'message' => 'Must be so long', 'rule' => ['minLength', 12], ]); - + $data = [ 'email' => 'rong', 'body' => 'too short'