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-10-05 15:05:47 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-05 15:05:47 +0400
commit5a1eab97f54b44f57356b4276b9c9df2a8eef51b (patch)
tree83864ece2806ccf6e6bb49abf3fd65de92c13ad8 /tests/PHPUnit/System/expected/test_RowEvolution_pageUrls__API.getRowEvolution_range.xml
parent19bcd2d262343eae9d553378e4c66ce7e033b4d8 (diff)
refs #5940 put tests in correct folders, better testsuite names, some tests still fail and I cannot figure out why
Diffstat (limited to 'tests/PHPUnit/System/expected/test_RowEvolution_pageUrls__API.getRowEvolution_range.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_RowEvolution_pageUrls__API.getRowEvolution_range.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/expected/test_RowEvolution_pageUrls__API.getRowEvolution_range.xml b/tests/PHPUnit/System/expected/test_RowEvolution_pageUrls__API.getRowEvolution_range.xml
new file mode 100644
index 0000000000..c58ead4c78
--- /dev/null
+++ b/tests/PHPUnit/System/expected/test_RowEvolution_pageUrls__API.getRowEvolution_range.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <label>example.org/my/dir/page3?foo=bar&amp;baz=bar</label>
+ <reportData>
+ <result date="2010-03-01" />
+ <result date="2010-03-02" />
+ <result date="2010-03-03">
+ <row>
+ <nb_visits>2</nb_visits>
+ <nb_hits>2</nb_hits>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>100%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <avg_time_generation>0.45</avg_time_generation>
+ </row>
+ </result>
+ <result date="2010-03-04" />
+ <result date="2010-03-05" />
+ <result date="2010-03-06" />
+ </reportData>
+ <metadata>
+ <metrics>
+ <nb_hits>
+ <name>Pageviews</name>
+ <min>0</min>
+ <max>2</max>
+ </nb_hits>
+ <nb_visits>
+ <name>Unique Pageviews</name>
+ <min>0</min>
+ <max>2</max>
+ </nb_visits>
+ <bounce_rate>
+ <name>Bounce Rate</name>
+ <min>0</min>
+ <max>100</max>
+ </bounce_rate>
+ <avg_time_on_page>
+ <name>Avg. time on page</name>
+ </avg_time_on_page>
+ <exit_rate>
+ <name>Exit rate</name>
+ <min>0</min>
+ <max>100</max>
+ </exit_rate>
+ <avg_time_generation>
+ <name>Avg. generation time</name>
+ <min>0</min>
+ <max>0.45</max>
+ </avg_time_generation>
+ </metrics>
+ <dimension>Page URL</dimension>
+ </metadata>
+</result> \ No newline at end of file