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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-26 18:04:50 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-26 18:06:28 +0400
commitb1f2327735084e0e794a980221cf03b64a522ce4 (patch)
treeb8bfa93ad0c4f8f819cf2e7f2153ef518370cebc /tests/PHPUnit
parentb2d6caa6d662880a6bea97112e8fca5b19d3744c (diff)
Finish writing comment.
Diffstat (limited to 'tests/PHPUnit')
-rw-r--r--tests/PHPUnit/Integration/BackwardsCompatibility1XTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/BackwardsCompatibility1XTest.php b/tests/PHPUnit/Integration/BackwardsCompatibility1XTest.php
index 87b66eb3be..00b533d22a 100644
--- a/tests/PHPUnit/Integration/BackwardsCompatibility1XTest.php
+++ b/tests/PHPUnit/Integration/BackwardsCompatibility1XTest.php
@@ -47,7 +47,7 @@ class Test_Piwik_Integration_BackwardsCompatibility1XTest extends IntegrationTes
$this->defaultApiNotToCall[] = 'Referrers';
- // changes made to test VisitFrequency
+ // changes made to SQL dump to test VisitFrequency change the day of week
$this->defaultApiNotToCall[] = 'VisitTime.getByDayOfWeek';
}