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:
authorAltamashShaikh <altamash@innocraft.com>2021-10-13 06:50:23 +0300
committerGitHub <noreply@github.com>2021-10-13 06:50:23 +0300
commit68674d8fdf1464e0342f8413372ae702e7b7bc43 (patch)
treef334fc35788b4481e0d158160a444c311b8fcae2 /tests/PHPUnit/System
parentdc47c2dc90f6bb009512742c2a8ac5201865b3ca (diff)
Fixed in place sorting order bug for PHP version >= 8 (#18131)
Diffstat (limited to 'tests/PHPUnit/System')
-rw-r--r--tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryMetrics.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryMetrics.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryMetrics.xml
index eb60447cfd..66482770da 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryMetrics.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryMetrics.xml
@@ -157,12 +157,12 @@
</row>
<row>
<name>Pageviews</name>
- <id>nb_pageviews</id>
+ <id>nb_hits</id>
<documentation>The number of times this page was visited.</documentation>
</row>
<row>
<name>Pageviews</name>
- <id>nb_hits</id>
+ <id>nb_pageviews</id>
<documentation>The number of times this page was visited.</documentation>
</row>
<row>