Browse Source

fixing typo

José Lorenzo Rodríguez 11 years ago
parent
commit
11a2d19922
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/ORM/MarshallerTest.php

+ 1 - 1
tests/TestCase/ORM/MarshallerTest.php

@@ -764,7 +764,7 @@ class MarshallerTest extends TestCase
             'password' => 'secret'
         ]);
         $entity = new Entity([
-            'tile' => 'My Title',
+            'title' => 'My Title',
             'user' => $user
         ]);
         $user->accessible('*', true);