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:
authord-skora <d.skora@clearcode.cc>2014-10-06 17:06:20 +0400
committerd-skora <d.skora@clearcode.cc>2014-10-15 14:44:37 +0400
commit6814d96c6595cbdbb92af14142e06fcf52b06174 (patch)
tree820b0d258ee52b018808beda7e72fa041e43c0a2 /tests/PHPUnit/Core
parent2b9b47e5f7e4519afcff6330b0d5d9ebff9c1848 (diff)
tests fix
Diffstat (limited to 'tests/PHPUnit/Core')
-rw-r--r--tests/PHPUnit/Core/API/DocumentationGeneratorTest.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php b/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php
index add3d90fee..93472f113e 100644
--- a/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php
+++ b/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php
@@ -19,6 +19,12 @@ class DocumentationGeneratorTest extends PHPUnit_Framework_TestCase
{
protected function setUp()
{
+ if(!PluginManager::getInstance()->isPluginLoaded('VisitTime')) {
+ PluginManager::getInstance()->loadPlugin('VisitTime');
+ }
+ if(!PluginManager::getInstance()->isPluginLoaded('Feedback')) {
+ PluginManager::getInstance()->loadPlugin('Feedback');
+ }
PluginManager::getInstance()->installLoadedPlugins();
}