Skip to content

Commit

Permalink
Fixing test after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Nov 6, 2013
1 parent 9734bde commit 8a71371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cake/Test/TestCase/ORM/Association/HasManyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ public function testAttachToNoFields() {
'targetTable' => $this->article,
'conditions' => ['Article.is_active' => true]
];
$field = new FieldExpression('Article.author_id');
$association = new HasMany('Article', $config);
$query->expects($this->once())->method('join')->with([
'Article' => [
Expand Down

0 comments on commit 8a71371

Please sign in to comment.