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:
authormattab <matthieu.aubry@gmail.com>2015-01-08 11:54:54 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-08 11:54:54 +0300
commit610fd59a44657d67095479c6eb31bc4f219b5154 (patch)
tree72c32e5df3b0c3e7be4a53f8f56ddd95551539f8 /tests/PHPUnit/System/ArchiveCronTest.php
parentf79246884dd415a78e8eb8abe5a20e6e81c90ac1 (diff)
hide lat+long columns as they appear different on mysqli
Diffstat (limited to 'tests/PHPUnit/System/ArchiveCronTest.php')
-rw-r--r--tests/PHPUnit/System/ArchiveCronTest.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/ArchiveCronTest.php b/tests/PHPUnit/System/ArchiveCronTest.php
index 64bf611b71..1f162b10df 100644
--- a/tests/PHPUnit/System/ArchiveCronTest.php
+++ b/tests/PHPUnit/System/ArchiveCronTest.php
@@ -65,7 +65,11 @@ class ArchiveCronTest extends SystemTestCase
'date' => '2012-08-09',
'periods' => array('day', 'year'),
'segment' => $segment,
- 'testSuffix' => '_preArchivedSegment'));
+ 'testSuffix' => '_preArchivedSegment',
+ 'otherRequestParameters' => array(
+ 'hideColumns' => 'latitude,longitude'
+ ))
+ );
}
return $results;