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')
-rw-r--r--tests/PHPUnit/Framework/TestingEnvironmentVariables.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/PHPUnit/Framework/TestingEnvironmentVariables.php b/tests/PHPUnit/Framework/TestingEnvironmentVariables.php
index 6c611dd624..1c9a253de7 100644
--- a/tests/PHPUnit/Framework/TestingEnvironmentVariables.php
+++ b/tests/PHPUnit/Framework/TestingEnvironmentVariables.php
@@ -104,7 +104,6 @@ class TestingEnvironmentVariables
$pluginManager = new PluginManager($pluginList);
$disabledPlugins = $pluginList->getCorePluginsDisabledByDefault();
- $disabledPlugins[] = 'LoginHttpAuth';
$disabledPlugins[] = 'LoginLdap';
$disabledPlugins[] = 'MarketingCampaignsReporting';
$disabledPlugins[] = 'ExampleVisualization';
@@ -135,4 +134,4 @@ class TestingEnvironmentVariables
$this->behaviorOverrideProperties = json_decode(file_get_contents($overridePath), true);
}
}
-} \ No newline at end of file
+}