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:
Diffstat (limited to 'tests/PHPUnit/System/BackwardsCompatibility1XTest.php')
-rw-r--r--tests/PHPUnit/System/BackwardsCompatibility1XTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
index 955e5a8196..a8b5b4ebda 100644
--- a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
+++ b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
@@ -227,6 +227,9 @@ class BackwardsCompatibility1XTest extends SystemTestCase
// visit length changes slightly with change to previous visitor detection in #13935
'VisitsSummary.getSumVisitsLength',
'VisitsSummary.getSumVisitsLengthPretty',
+
+ // did not exist before Matomo 4
+ 'PagePerformance.get',
);
if (!Manager::getInstance()->isPluginActivated('CustomVariables')) {