Browse Source

Yet another typo fixed

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

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

@@ -1981,7 +1981,7 @@ class MarshallerTest extends TestCase
     {
         $options = ['markClean' => true, 'isNew' => false];
         $entity = new Entity([
-            'tile' => 'My Title',
+            'title' => 'My Title',
             'user' => new Entity([
                 'username' => 'mark',
                 'password' => 'not a secret'