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:
Diffstat (limited to 'tests/PHPUnit/Integration/OneVisitorTwoVisitsTest.php')
-rwxr-xr-xtests/PHPUnit/Integration/OneVisitorTwoVisitsTest.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/OneVisitorTwoVisitsTest.php b/tests/PHPUnit/Integration/OneVisitorTwoVisitsTest.php
index af0fd8de44..d8b211e6f9 100755
--- a/tests/PHPUnit/Integration/OneVisitorTwoVisitsTest.php
+++ b/tests/PHPUnit/Integration/OneVisitorTwoVisitsTest.php
@@ -67,7 +67,7 @@ class OneVisitorTwoVisitsTest extends IntegrationTestCase
$enExtraParam = array('expanded' => 1,
'flat' => 1,
'include_aggregate_rows' => 0,
- 'translateColumnNames' => 1
+ 'translateColumnNames' => 1,
);
$bulkUrls = array(
// Testing with several days
@@ -79,7 +79,12 @@ class OneVisitorTwoVisitsTest extends IntegrationTestCase
$url = urlencode($url);
}
return array(
- array('all', array('idSite' => $idSite, 'date' => $dateTime)),
+ array('all', array('idSite' => $idSite,
+ 'date' => $dateTime,
+ 'otherRequestParameters' => array(
+ 'hideColumns' => 'nb_users',
+ )
+ )),
// test API.get (for bug that incorrectly reorders columns of CSV output)
// note: bug only affects rows after first