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/config
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-04-03 06:35:51 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-03 06:35:51 +0400
commit4cc825950ac7f3aa965de47b2196c23d99989548 (patch)
tree54dd921f0e17d9e2c60a5fb25d080bf9ed1180ff /config
parentffec1b81dd7694ec1129c1e37e7b27ebeb385230 (diff)
Add new config flag for developers: enable_load_standalone_plugins_during_tests = 1
it can be set to 0 to disable the loading of third party plugins when running tests
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 78204437b4..f98d57588c 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -86,6 +86,10 @@ tracker_always_new_visitor = 0
; Allow automatic upgrades to Beta or RC releases
allow_upgrades_to_beta = 0
+; Set to 1 by default. If you set to 0, the standalone plugins (with their own git repositories)
+; will not be loaded when executing tests.
+enable_load_standalone_plugins_during_tests = 1
+
[General]
; the following settings control whether Unique Visitors will be processed for different period types.
; year and range periods are disabled by default, to ensure optimal performance for high traffic Piwik instances