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-05-04 02:02:13 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-05-04 02:02:13 +0300
commit41d914687f5120692430686cc12bcda283c7f2cd (patch)
treea499f401cae1787309c4c1a36cb74627ea5ea9b8 /tests/PHPUnit/System/OneVisitorOneWebsiteSeveralDaysDateRangeTest.php
parentb8e0d5e20672200abe97ca2d2f8568f32b8001c8 (diff)
added test to make sure it works and will not regress again
Diffstat (limited to 'tests/PHPUnit/System/OneVisitorOneWebsiteSeveralDaysDateRangeTest.php')
-rwxr-xr-xtests/PHPUnit/System/OneVisitorOneWebsiteSeveralDaysDateRangeTest.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/OneVisitorOneWebsiteSeveralDaysDateRangeTest.php b/tests/PHPUnit/System/OneVisitorOneWebsiteSeveralDaysDateRangeTest.php
index 2e7051911f..f3b1525734 100755
--- a/tests/PHPUnit/System/OneVisitorOneWebsiteSeveralDaysDateRangeTest.php
+++ b/tests/PHPUnit/System/OneVisitorOneWebsiteSeveralDaysDateRangeTest.php
@@ -66,6 +66,13 @@ class OneVisitorOneWebsiteSeveralDaysDateRangeTest extends SystemTestCase
'testSuffix' => '_MultipleDatesNotSupported',
)),
+ // test that multiple periods are not supported
+ array('MultiSites.getAll', array('date' => '2010-12-15',
+ 'periods' => array('day'),
+ 'testSuffix' => '_showColumns',
+ 'otherRequestParameters' => array('showColumns' => 'nb_visits,visits_evolution')
+ )),
+
//---------------------------------------
// THEN some Socials tests. Share these...
array('Referrers.getSocials', array('idSite' => 'all',