Skip to content

Commit

Permalink
Corrected casing
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 11, 2015
1 parent 58eda68 commit c3d8e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/ORM/QueryRegressionTest.php
Expand Up @@ -659,7 +659,7 @@ public function testFindMatchingOverwrite()
$result = $comments
->find()
->matching('Articles.Tags', function($q) {
return $q->where(['tags.id' => 2]);
return $q->where(['Tags.id' => 2]);
})
->contain('Articles')
->first();
Expand Down

0 comments on commit c3d8e23

Please sign in to comment.