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@gmail.com>2015-08-31 13:57:40 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-08-31 13:57:40 +0300
commit8b45e0e64f14ef709c5f5f56073008c6b22b01c2 (patch)
tree18c5f190298767169a8b89ac231d020e483eb921 /tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__VisitorInterest.getNumberOfVisitsByDaysSinceLast_range.xml
parentc63bdfb10f1307e5e76e3de138afa03971feb458 (diff)
added tests for piwik/piwik-log-analytics#97 to make sure idsite option is applied
Diffstat (limited to 'tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__VisitorInterest.getNumberOfVisitsByDaysSinceLast_range.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__VisitorInterest.getNumberOfVisitsByDaysSinceLast_range.xml63
1 files changed, 63 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__VisitorInterest.getNumberOfVisitsByDaysSinceLast_range.xml b/tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__VisitorInterest.getNumberOfVisitsByDaysSinceLast_range.xml
new file mode 100644
index 0000000000..5f14888d16
--- /dev/null
+++ b/tests/PHPUnit/System/expected/test_ImportLogs_siteIdThree_TrackedUsingLogReplayWithFixedSiteId__VisitorInterest.getNumberOfVisitsByDaysSinceLast_range.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <row>
+ <label>New visits</label>
+ <nb_visits>5</nb_visits>
+ </row>
+ <row>
+ <label>0 days</label>
+ <nb_visits>3</nb_visits>
+ </row>
+ <row>
+ <label>1 day</label>
+ <nb_visits>1</nb_visits>
+ </row>
+ <row>
+ <label>2 days</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>3 days</label>
+ <nb_visits>1</nb_visits>
+ </row>
+ <row>
+ <label>4 days</label>
+ <nb_visits>1</nb_visits>
+ </row>
+ <row>
+ <label>5 days</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>6 days</label>
+ <nb_visits>1</nb_visits>
+ </row>
+ <row>
+ <label>7 days</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>8-14 days</label>
+ <nb_visits>1</nb_visits>
+ </row>
+ <row>
+ <label>15-30 days</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>31-60 days</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>61-120 days</label>
+ <nb_visits>0</nb_visits>
+ </row>
+ <row>
+ <label>121-364 days</label>
+ <nb_visits>1</nb_visits>
+ </row>
+ <row>
+ <label>365+ days</label>
+ <nb_visits>1</nb_visits>
+ </row>
+</result> \ No newline at end of file