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>2014-09-08 14:33:18 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-08 14:33:18 +0400
commit34a50e79eb0e6f2efb3e629000e08fa86ef8168a (patch)
treeff8d60fe19b7bbe0eb02cd2bc93fbd718bbf9f13 /tests/PHPUnit/Core
parent274896cd663a9b150aa31edf8f816d12531ac695 (diff)
refs #6162 when aggregating periods, do not sum 'Unique Users' metric as this is not a valid operation.
Diffstat (limited to 'tests/PHPUnit/Core')
-rw-r--r--tests/PHPUnit/Core/MetricsTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/Core/MetricsTest.php b/tests/PHPUnit/Core/MetricsTest.php
index fcddc44b7c..76ae1aa521 100644
--- a/tests/PHPUnit/Core/MetricsTest.php
+++ b/tests/PHPUnit/Core/MetricsTest.php
@@ -48,6 +48,7 @@ class Core_MetricsTest extends PHPUnit_Framework_TestCase
'revenue' => 23,
'goals' => 10,
'sum_daily_nb_uniq_visitors' => 11,
+ 'sum_daily_nb_users' => 40,
'nb_hits' => 12,
'sum_time_spent' => 13,
'sum_time_generation' => 30,