Browse Source

Correct docblock

Walther Lalk 10 years ago
parent
commit
d6a2d4cf7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/ORM/QueryTest.php

+ 1 - 1
tests/TestCase/ORM/QueryTest.php

@@ -1553,7 +1553,7 @@ class QueryTest extends TestCase
     }
 
     /**
-     * test count with a beforeFind.
+     * Tests that beforeFind is only ever called once, even if you trigger it again in the beforeFind
      *
      * @return void
      */