diff --git a/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php b/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php index 8f849d175a9d1dc44cae3dbd834b500004899d88..2d99325ee7a64dc7330de4d7a7fa07900842c179 100644 --- a/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php +++ b/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php @@ -13,11 +13,10 @@ use Piwik\EventDispatcher; use Piwik\Plugin\Manager as PluginManager; /** - * @group CoreD + * @group Core */ class DocumentationGeneratorTest extends PHPUnit_Framework_TestCase { - public function testCheckIfModuleContainsHideAnnotation() { $annotation = '@hide ExceptForSuperUser test test';