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/TestingEnvironment.php')
-rw-r--r--tests/PHPUnit/TestingEnvironment.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/PHPUnit/TestingEnvironment.php b/tests/PHPUnit/TestingEnvironment.php
index c61ca8825b..be22cd2b9e 100644
--- a/tests/PHPUnit/TestingEnvironment.php
+++ b/tests/PHPUnit/TestingEnvironment.php
@@ -166,12 +166,6 @@ class Piwik_TestingEnvironment
$local['Plugins'] = array('Plugins' => $pluginsToLoad);
- $trackerPluginsToLoad = array_filter($local['Plugins']['Plugins'], function ($plugin) use ($manager) {
- return $manager->isTrackerPlugin($manager->loadPlugin($plugin));
- });
-
- $local['Plugins_Tracker'] = array('Plugins_Tracker' => $trackerPluginsToLoad);
-
$local['log']['log_writers'] = array('file');
$manager->unloadPlugins();