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/Unit/MetricsTest.php')
-rw-r--r--tests/PHPUnit/Unit/MetricsTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/PHPUnit/Unit/MetricsTest.php b/tests/PHPUnit/Unit/MetricsTest.php
index 112e7ef491..a943f2d2df 100644
--- a/tests/PHPUnit/Unit/MetricsTest.php
+++ b/tests/PHPUnit/Unit/MetricsTest.php
@@ -80,7 +80,8 @@ class MetricsTest extends \PHPUnit_Framework_TestCase
'max_event_value' => 37,
'nb_events_with_value' => 38,
'nb_impressions' => 41,
- 'nb_interactions' => 42
+ 'nb_interactions' => 42,
+ 'nb_uniq_fingerprints' => 43,
);
$this->assertEquals($expectedMapping, $mapping);
}