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>2015-02-12 00:08:25 +0300
committermattab <matthieu.aubry@gmail.com>2015-02-12 00:08:36 +0300
commitdc76362afe4e3b0567990888638c35a7017527b2 (patch)
tree921b559e6432ae08168cce9c05135b0ae5c75b1a /tests/PHPUnit
parent47c0eae3f8202430ea576e09cf0ded90f783eea1 (diff)
Removed PleineLune as it was deprecated
Diffstat (limited to 'tests/PHPUnit')
-rw-r--r--tests/PHPUnit/TestingEnvironment.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/TestingEnvironment.php b/tests/PHPUnit/TestingEnvironment.php
index c9dd9478cf..573df08a7b 100644
--- a/tests/PHPUnit/TestingEnvironment.php
+++ b/tests/PHPUnit/TestingEnvironment.php
@@ -101,7 +101,6 @@ class Piwik_TestingEnvironment
$disabledPlugins = PluginManager::getInstance()->getCorePluginsDisabledByDefault();
$disabledPlugins[] = 'LoginHttpAuth';
$disabledPlugins[] = 'ExampleVisualization';
- $disabledPlugins[] = 'PleineLune';
$disabledPlugins = array_diff($disabledPlugins, array(
'DBStats', 'ExampleUI', 'ExampleCommand', 'ExampleSettingsPlugin'