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 18:20:37 +0400
committerd-skora <d.skora@clearcode.cc>2014-10-15 14:44:37 +0400
commitdfa827e9b443d7762afe026dec691a89138fa12f (patch)
tree71eaa83b85bd225ef500e9f1ddca8106fb41f691 /tests/PHPUnit/Core
parentd3ebbafa85b3f4a07880e6cd885e3fb6b99d8d35 (diff)
tests fix
Diffstat (limited to 'tests/PHPUnit/Core')
-rw-r--r--tests/PHPUnit/Core/API/DocumentationGeneratorTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php b/tests/PHPUnit/Core/API/DocumentationGeneratorTest.php
index 8f849d175a..2d99325ee7 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';