Skip to content

Commit

Permalink
Update MarshallerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 15, 2015
1 parent 9382a06 commit 6585b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/ORM/MarshallerTest.php
Expand Up @@ -794,7 +794,7 @@ public function testMergeWithSingleAssociation()
public function testMergeCreateAssociation()
{
$entity = new Entity([
'tile' => 'My Title'
'title' => 'My Title'
]);
$entity->accessible('*', true);
$data = [
Expand Down

0 comments on commit 6585b64

Please sign in to comment.