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/Core/Tracker/ActionTest.php')
-rw-r--r--tests/PHPUnit/Core/Tracker/ActionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Core/Tracker/ActionTest.php b/tests/PHPUnit/Core/Tracker/ActionTest.php
index 22163644eb..4a608d5745 100644
--- a/tests/PHPUnit/Core/Tracker/ActionTest.php
+++ b/tests/PHPUnit/Core/Tracker/ActionTest.php
@@ -18,7 +18,7 @@ class Tracker_ActionTest extends DatabaseTestCase
$config->clear();
$config->setTestEnvironment($userFile, false);
- Piwik_PluginsManager::getInstance()->loadPlugins(array('SitesManager'));
+ PluginsManager::getInstance()->loadPlugins(array('SitesManager'));
Piwik_Translate::getInstance()->loadEnglishTranslation();
}