From b1f2327735084e0e794a980221cf03b64a522ce4 Mon Sep 17 00:00:00 2001
From: diosmosis <benakamoorthi@fastmail.fm>
Date: Wed, 26 Mar 2014 14:04:50 +0000
Subject: [PATCH] Finish writing comment.

---
 tests/PHPUnit/Integration/BackwardsCompatibility1XTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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';
     }
 
-- 
GitLab