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:
authorThomas Steur <thomas.steur@googlemail.com>2014-09-10 18:58:55 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-10 18:58:55 +0400
commit628d8d5e75740dc299dde4a7bc0a7109a5017097 (patch)
tree71cc7fe5d67570c15305d44b1648ad894bb55275 /tests/PHPUnit/Core
parent32020987485d5551a7d65f88cbf95bcb8fd1c327 (diff)
refs #4996 enable content plugin by default otherwise tests do not work
Diffstat (limited to 'tests/PHPUnit/Core')
-rw-r--r--tests/PHPUnit/Core/MetricsTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/PHPUnit/Core/MetricsTest.php b/tests/PHPUnit/Core/MetricsTest.php
index 76ae1aa521..c7052102e8 100644
--- a/tests/PHPUnit/Core/MetricsTest.php
+++ b/tests/PHPUnit/Core/MetricsTest.php
@@ -74,6 +74,8 @@ class Core_MetricsTest extends PHPUnit_Framework_TestCase
'min_event_value' => 36,
'max_event_value' => 37,
'nb_events_with_value' => 38,
+ 'nb_impressions' => 41,
+ 'nb_interactions' => 42
);
$this->assertEquals($expectedMapping, $mapping);
}