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
path: root/tests
diff options
context:
space:
mode:
authorLukas Winkler <git@lw1.at>2020-09-13 23:50:09 +0300
committerGitHub <noreply@github.com>2020-09-13 23:50:09 +0300
commit9f9d777ad37591dbdf2a62026aaf4cf822164c76 (patch)
treeddd8d2eabae3d2d9c2757558c5deb94f7998cdde /tests
parent02a5d5c6fa153015b055ccf661c4a0f1aac7c92b (diff)
add documentation to the GetLanguage and GetLanguageCode reports (#16420)
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml10
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml4
2 files changed, 12 insertions, 2 deletions
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml
index a4fe0eec4f..49c658ccfc 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml
@@ -13,6 +13,10 @@
<documentation>This report shows your visitors' browsers broken down into browser engines. &lt;br /&gt; The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.</documentation>
</row>
<row>
+ <name>Browser language (Visitors)</name>
+ <documentation>This report shows which language the visitor's browsers are using. (e.g. &quot;English&quot;)</documentation>
+ </row>
+ <row>
<name>Browsers (Visitors)</name>
<documentation>This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.</documentation>
</row>
@@ -71,6 +75,10 @@
<documentation>This report shows which keywords users were searching for before they were referred to your website. &lt;br /&gt;&lt;br /&gt; By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.&lt;br /&gt;&lt;br /&gt;Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.</documentation>
</row>
<row>
+ <name>Language code (Visitors)</name>
+ <documentation>This report shows which exact language code the visitor's browsers is set to. (e.g. &quot;German - Austria (de-at)&quot;)</documentation>
+ </row>
+ <row>
<name>Length of Visits (Actions)</name>
<documentation>In this report, you can see how many visits had a certain total duration. Initially, the report is shown as a tag cloud, more common durations are displayed in a larger font.&lt;br /&gt;Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation>
</row>
@@ -151,4 +159,4 @@
<name>Websites (Referrers)</name>
<documentation>In this table, you can see which websites referred visitors to your site. &lt;br /&gt; By clicking on a row in the table, you can see which URLs the links to your website were on.</documentation>
</row>
-</result> \ No newline at end of file
+</result>
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
index 519c26571d..c36aa73e2f 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
@@ -256,6 +256,7 @@
<module>UserLanguage</module>
<action>getLanguage</action>
<dimension>Language</dimension>
+ <documentation>This report shows which language the visitor's browsers are using. (e.g. "English")</documentation>
<metrics>
<nb_visits>Visits</nb_visits>
<nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
@@ -334,6 +335,7 @@
<module>UserLanguage</module>
<action>getLanguageCode</action>
<dimension>Language</dimension>
+ <documentation>This report shows which exact language code the visitor's browsers is set to. (e.g. "German - Austria (de-at)")</documentation>
<metrics>
<nb_visits>Visits</nb_visits>
<nb_uniq_visitors>Unique visitors</nb_uniq_visitors>
@@ -2724,4 +2726,4 @@
<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=API&amp;apiAction=get&amp;period=day&amp;date=2008-12-06,2009-01-04</imageGraphEvolutionUrl>
<uniqueId>API_get</uniqueId>
</row>
-</result> \ No newline at end of file
+</result>