Browse Source

Adding reference to the issue that was fixed

Jose Lorenzo Rodriguez 11 years ago
parent
commit
50d03a13bf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/TestCase/ORM/QueryRegressionTest.php

+ 1 - 0
tests/TestCase/ORM/QueryRegressionTest.php

@@ -744,6 +744,7 @@ class QueryRegressionTest extends TestCase
      * Tests that using matching and contain on belongsTo associations
      * works correctly.
      *
+     * @see https://github.com/cakephp/cakephp/issues/5721
      * @return void
      */
     public function testFindMatchingWithContain()