diff --git a/tests/TestCase/ORM/QueryTest.php b/tests/TestCase/ORM/QueryTest.php index f3c016621cb..1f86ef8e808 100644 --- a/tests/TestCase/ORM/QueryTest.php +++ b/tests/TestCase/ORM/QueryTest.php @@ -2650,7 +2650,7 @@ public function testNotSoFarMatchingWithContainOnTheSameAssociation() $this->assertEquals(2, $result->_matchingData['tags']->id); } - /** + /** * Tests that select() can be called with Table and Association * instance *