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_OneVisitorTwoVisits__Goals.getGoals.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_OneVisitorTwoVisits__Goals.getGoals.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__Goals.getGoals.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__Goals.getGoals.xml b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__Goals.getGoals.xml
new file mode 100644
index 0000000000..c9cc82f044
--- /dev/null
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__Goals.getGoals.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <row key="1">
+ <idsite>1</idsite>
+ <idgoal>1</idgoal>
+ <name>triggered js</name>
+ <match_attribute>manually</match_attribute>
+ <allow_multiple>0</allow_multiple>
+ <revenue>0</revenue>
+ <deleted>0</deleted>
+ </row>
+ <row key="2">
+ <idsite>1</idsite>
+ <idgoal>2</idgoal>
+ <name>matching purchase.htm</name>
+ <match_attribute>url</match_attribute>
+ <pattern>(.*)store\/purchase\.(.*)</pattern>
+ <pattern_type>regex</pattern_type>
+ <case_sensitive>0</case_sensitive>
+ <allow_multiple>0</allow_multiple>
+ <revenue>1</revenue>
+ <deleted>0</deleted>
+ </row>
+</result> \ No newline at end of file