Skip to content
Extraits de code Groupes Projets
Valider 2cecb3b4 rédigé par d-skora's avatar d-skora
Parcourir les fichiers

tests fix

parent f826e4e8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -17,6 +17,11 @@ use Piwik\Plugin\Manager as PluginManager; ...@@ -17,6 +17,11 @@ use Piwik\Plugin\Manager as PluginManager;
*/ */
class DocumentationGeneratorTest extends PHPUnit_Framework_TestCase class DocumentationGeneratorTest extends PHPUnit_Framework_TestCase
{ {
protected function setUp()
{
PluginManager::getInstance()->installLoadedPlugins();
}
public function testCheckIfModuleContainsHideAnnotation() public function testCheckIfModuleContainsHideAnnotation()
{ {
$annotation = '@hide ExceptForSuperUser test test'; $annotation = '@hide ExceptForSuperUser test test';
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter