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:
authormattab <matthieu.aubry@gmail.com>2016-10-06 05:38:51 +0300
committermattab <matthieu.aubry@gmail.com>2016-10-06 05:38:51 +0300
commit86baf1c6f379e61c1c934f4b87ddb33a2e80f3e2 (patch)
tree545349b3b3aac6cea22dfd3f2f7fcee2cfaea12e /tests/PHPUnit/System/BackwardsCompatibility1XTest.php
parente59e8c57d613ee8a42951b6525256dc0ceb0b061 (diff)
Fix system test
Diffstat (limited to 'tests/PHPUnit/System/BackwardsCompatibility1XTest.php')
-rw-r--r--tests/PHPUnit/System/BackwardsCompatibility1XTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
index 677272593d..68de1b1e3c 100644
--- a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
+++ b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
@@ -135,6 +135,10 @@ class BackwardsCompatibility1XTest extends SystemTestCase
'Actions.get',
'Actions.getOutlink',
'Actions.getOutlinks',
+
+ // system settings such as enable_plugin_update_communication are enabled by default in newest version,
+ // but ugpraded Piwik are not
+ 'CorePluginsAdmin.getSystemSettings'
);
$apiNotToCall = array_merge($apiNotToCall, $reportsToCompareSeparately);