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-07-12 22:46:59 +0300
committermattab <matthieu.aubry@gmail.com>2015-07-12 22:46:59 +0300
commit19e405206bdee2b8e19d5fb7983951429645f962 (patch)
tree92908b8fe0766e9eefddd84e1d88571d2593e2d8 /tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php
parent8d5b65f14dd2558bcbbd816c9150738a03c354fc (diff)
Add system test case reproducing the bug
Diffstat (limited to 'tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php')
-rwxr-xr-xtests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php b/tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php
index 2a32d7855c..35daba0b5d 100755
--- a/tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php
+++ b/tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php
@@ -151,6 +151,17 @@ class ManyVisitorsOneWebsiteTest extends SystemTestCase
'otherRequestParameters' => array('filter_offset' => '4', 'filter_limit' => 3)
));
+ // #8324
+ // testing filter_excludelowpop and filter_excludelowpop_value
+ $apiToTest[] = array('UserCountry.getCountry', array(
+ 'idSite' => $idSite,
+ 'date' => $dateString,
+ 'periods' => 'month',
+ 'testSuffix' => '_getCountry_with_filter_excludelowpop',
+ 'otherRequestParameters' => array('filter_excludelowpop' => 'nb_visits', 'filter_excludelowpop_value' => 5)
+ ));
+
+
}
// this also fails on all PHP versions, it seems randomly.