Skip to content

Commit

Permalink
Remove bogus data.
Browse files Browse the repository at this point in the history
_joinData is how joint table data should be specified now.
  • Loading branch information
markstory committed Dec 20, 2013
1 parent e88f6ff commit c714fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake/Test/TestCase/ORM/Association/BelongsToManyTest.php
Expand Up @@ -1034,7 +1034,7 @@ public function testReplaceLinkSuccess() {
$tags = [
new Entity(['id' => 2], $opts),
new Entity(['id' => 3], $opts),
new Entity(['id' => 6, 'articlesTag' => new Entity(['bar' => 'baz'])])
new Entity(['id' => 6])
];
$entity = new Entity(['id' => 1, 'test' => $tags], $opts);

Expand Down

0 comments on commit c714fc9

Please sign in to comment.