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>2016-11-15 14:15:24 +0300
committermattab <matthieu.aubry@gmail.com>2016-11-15 14:15:24 +0300
commit241b46769c25b530e22c338e6dd053465915376a (patch)
treec210da138d798a351924e8615eee9ff65452292c /tests/PHPUnit/System/OneVisitorTwoVisitsTest.php
parentf1fe413a52b9b66ea6f9f1f051a35ccfcf1a605d (diff)
Fix BackwardsCompat
Diffstat (limited to 'tests/PHPUnit/System/OneVisitorTwoVisitsTest.php')
-rwxr-xr-xtests/PHPUnit/System/OneVisitorTwoVisitsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/OneVisitorTwoVisitsTest.php b/tests/PHPUnit/System/OneVisitorTwoVisitsTest.php
index 9aed096e77..51f21101ea 100755
--- a/tests/PHPUnit/System/OneVisitorTwoVisitsTest.php
+++ b/tests/PHPUnit/System/OneVisitorTwoVisitsTest.php
@@ -82,7 +82,7 @@ class OneVisitorTwoVisitsTest extends SystemTestCase
array('all', array('idSite' => $idSite,
'date' => $dateTime,
'otherRequestParameters' => array(
- 'hideColumns' => 'nb_users',
+ 'hideColumns' => 'nb_users,sum_bandwidth,nb_hits_with_bandwidth,min_bandwidth,max_bandwidth',
)
)),