Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeezyT <timo@ezdesign.de>2012-08-17 15:15:27 +0400
committerBeezyT <timo@ezdesign.de>2012-08-17 15:15:27 +0400
commitabbc6053babfd31fb462f4240d46f5a097b87b2a (patch)
tree8df683a76bee2ae7dafb8f408e16cef2062b8bf6 /core/RankingQuery.php
parente558cf86d32930d3ec52725373f1c42e8460a581 (diff)
refs #3330 PHPUnit tests for RankingQuery
git-svn-id: http://dev.piwik.org/svn/trunk@6805 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/RankingQuery.php')
-rw-r--r--core/RankingQuery.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/RankingQuery.php b/core/RankingQuery.php
index a8575aed36..9003fb4061 100644
--- a/core/RankingQuery.php
+++ b/core/RankingQuery.php
@@ -34,6 +34,9 @@
* $rankingQuery->execute($sql);
*
*
+ * For more examples, see RankingQueryTest.php
+ *
+ *
* @package Piwik
*/
class Piwik_RankingQuery