ADmad 10 years ago
parent
commit
4fa0dcff74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Auth/FormAuthenticateTest.php

+ 1 - 1
tests/TestCase/Auth/FormAuthenticateTest.php

@@ -323,7 +323,7 @@ class FormAuthenticateTest extends TestCase
             'id' => 1,
             'username' => 'mariano',
         ];
-        $this->assertEquals($expected, $result, 'Result should not contain "created" and "modifield" fields');
+        $this->assertEquals($expected, $result, 'Result should not contain "created" and "modified" fields');
     }
 
     /**