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:
authorStefan Giehl <stefan@piwik.org>2016-09-26 01:22:41 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-09-26 01:22:41 +0300
commitab3eba1b854e978ed4f3bcb3b144a4fff2964aab (patch)
tree57c7580412f5c8f79dda5da50d60056ff0ee209e /tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Goals.getGoals.xml
parentcdebeec92390879f2ae4c7cbacd0969d8f735e41 (diff)
Adds possibility to define a goal description (#10057)
* Adds possibility to define goal description * update db schema * fixed tests * show goal description in goal reports * fix tests
Diffstat (limited to 'tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Goals.getGoals.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Goals.getGoals.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Goals.getGoals.xml b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Goals.getGoals.xml
index c9cc82f044..d76dfc3cf8 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Goals.getGoals.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits_withCookieSupport__Goals.getGoals.xml
@@ -4,6 +4,7 @@
<idsite>1</idsite>
<idgoal>1</idgoal>
<name>triggered js</name>
+ <description />
<match_attribute>manually</match_attribute>
<allow_multiple>0</allow_multiple>
<revenue>0</revenue>
@@ -13,6 +14,7 @@
<idsite>1</idsite>
<idgoal>2</idgoal>
<name>matching purchase.htm</name>
+ <description />
<match_attribute>url</match_attribute>
<pattern>(.*)store\/purchase\.(.*)</pattern>
<pattern_type>regex</pattern_type>