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 16:35:22 +0400
committerd-skora <d.skora@clearcode.cc>2014-10-15 14:44:37 +0400
commit2cecb3b4f52db01972e01dcfd96e37ca7e2ac343 (patch)
tree85329caa5b5cb7ce552a31fb30887bfa0ac9ed20 /tests/PHPUnit/Core
parentf826e4e8db95bdb2272e6ffe2a7aaa6a78b7d846 (diff)
tests fix
Diffstat (limited to 'tests/PHPUnit/Core')
-rw-r--r--tests/PHPUnit/Core/API/DocumentationGeneratorTest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php b/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php
index e66a8c4305..26009a5458 100644
--- a/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php
+++ b/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php
@@ -17,6 +17,11 @@ use Piwik\Plugin\Manager as PluginManager;
*/
class DocumentationGeneratorTest extends PHPUnit_Framework_TestCase
{
+ protected function setUp()
+ {
+ PluginManager::getInstance()->installLoadedPlugins();
+ }
+
public function testCheckIfModuleContainsHideAnnotation()
{
$annotation = '@hide ExceptForSuperUser test test';