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:
authorThomas Steur <thomas.steur@gmail.com>2015-02-13 22:13:11 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-02-13 22:13:11 +0300
commit10a528b3d6ff3dc3269f9d5d408caea1e52d3ed4 (patch)
treec4cacde4b4c245de853420c78124ac1a769ecef1 /tests/PHPUnit/System/BackwardsCompatibility1XTest.php
parent806bedba1a43d7d78b687d1d23a6b861a2b70035 (diff)
refs #4633 rename segment filter to segment, fixed a bug re visitTime and extracted code into a filter
Diffstat (limited to 'tests/PHPUnit/System/BackwardsCompatibility1XTest.php')
-rw-r--r--tests/PHPUnit/System/BackwardsCompatibility1XTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
index 9c47da6fd5..f22408348d 100644
--- a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
+++ b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
@@ -103,7 +103,7 @@ class BackwardsCompatibility1XTest extends SystemTestCase
// the label column is not the first column here
'MultiSites.getAll',
- // those reports generate a different segmentFilter as a different raw value was stored that time
+ // those reports generate a different segment as a different raw value was stored that time
'DevicesDetection.getOsVersions',
'UserSettings.getOS',
'UserSettings.getBrowserType'