Skip to content

Commit

Permalink
Fixed failing test from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 15, 2014
1 parent 8071a0e commit 456cd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/ORM/Association/BelongsToManyTest.php
Expand Up @@ -1405,7 +1405,7 @@ public function testReplaceLinkSuccess() {
return true;
}));

$assoc->replaceLinks($entity, $tags, $options);
$assoc->replaceLinks($entity, $tags, $options + ['associated' => false]);
$this->assertSame($tags, $entity->tags);
$this->assertFalse($entity->dirty('tags'));
}
Expand Down

0 comments on commit 456cd97

Please sign in to comment.