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/System/OneVisitorOneWebsiteSeveralDaysDateRangeArchivingTest.php')
-rw-r--r--tests/PHPUnit/System/OneVisitorOneWebsiteSeveralDaysDateRangeArchivingTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/PHPUnit/System/OneVisitorOneWebsiteSeveralDaysDateRangeArchivingTest.php b/tests/PHPUnit/System/OneVisitorOneWebsiteSeveralDaysDateRangeArchivingTest.php
index 97129b4a24..efce6d829c 100644
--- a/tests/PHPUnit/System/OneVisitorOneWebsiteSeveralDaysDateRangeArchivingTest.php
+++ b/tests/PHPUnit/System/OneVisitorOneWebsiteSeveralDaysDateRangeArchivingTest.php
@@ -138,14 +138,14 @@ class OneVisitorOneWebsiteSeveralDaysDateRangeArchivingTest extends SystemTestCa
* -> There are two archives for each segment (one for "countryCode!=aa"
* and VisitFrequency creates two more.
*
- * So each period=range will have = 11 records + (5 metrics + 2 flags // VisitsSummary)
+ * So each period=range will have = 11 records + (5 metrics + 2 flags // VisitsSummary + 3 metrics // VisitorInterest)
* = 18
*
* Total expected records = count unique archives * records per archive
- * = 3 * 18
- * = 54
+ * = 3 * 21
+ * = 21
*/
- 'archive_numeric_2010_12' => 18 * 3,
+ 'archive_numeric_2010_12' => 63,
/**
* In the January date range,