Skip to content

Commit

Permalink
Yet another typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 15, 2015
1 parent 11a2d19 commit d267b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/ORM/MarshallerTest.php
Expand Up @@ -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'
Expand Down

0 comments on commit d267b5a

Please sign in to comment.