From d267b5a0b4dea7c9da86622da270534332425683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Sun, 15 Mar 2015 14:51:44 +0100 Subject: [PATCH] Yet another typo fixed --- tests/TestCase/ORM/MarshallerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/ORM/MarshallerTest.php b/tests/TestCase/ORM/MarshallerTest.php index 20be80da97f..640ae66239b 100644 --- a/tests/TestCase/ORM/MarshallerTest.php +++ b/tests/TestCase/ORM/MarshallerTest.php @@ -1981,7 +1981,7 @@ public function testAssociationNoChanges() { $options = ['markClean' => true, 'isNew' => false]; $entity = new Entity([ - 'tile' => 'My Title', + 'title' => 'My Title', 'user' => new Entity([ 'username' => 'mark', 'password' => 'not a secret'