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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-05-08 10:38:01 +0300
committerGitHub <noreply@github.com>2017-05-08 10:38:01 +0300
commite9b69140a349f29de64aee30a033cd3bb87db072 (patch)
treedd72ce5e92e2ea8799ecef4eddb1552cbdb85cd4 /tests/PHPUnit
parent96e3666f6fcd28e878604e6d7122b4d1ea3dbc42 (diff)
Add LoginLdap plugin as a submodule (#10927)
* Add LoginLdap plugin as submodule * Adding LoginLdap submodule * Fixed some tests * submodule update * Disable LoginLdap plugin by default in tests * update submodule * submodule update * update screenshots * update submodule
Diffstat (limited to 'tests/PHPUnit')
-rw-r--r--tests/PHPUnit/Framework/TestingEnvironmentVariables.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/Framework/TestingEnvironmentVariables.php b/tests/PHPUnit/Framework/TestingEnvironmentVariables.php
index 60942d2510..596daa82f2 100644
--- a/tests/PHPUnit/Framework/TestingEnvironmentVariables.php
+++ b/tests/PHPUnit/Framework/TestingEnvironmentVariables.php
@@ -104,6 +104,7 @@ class TestingEnvironmentVariables
$disabledPlugins = $pluginList->getCorePluginsDisabledByDefault();
$disabledPlugins[] = 'LoginHttpAuth';
+ $disabledPlugins[] = 'LoginLdap';
$disabledPlugins[] = 'ExampleVisualization';
$disabledPlugins = array_diff($disabledPlugins, array(