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:
Diffstat (limited to 'tests/PHPUnit/Core/RankingQueryTest.php')
-rw-r--r--tests/PHPUnit/Core/RankingQueryTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/PHPUnit/Core/RankingQueryTest.php b/tests/PHPUnit/Core/RankingQueryTest.php
index 8ee1040499..843bce0c1f 100644
--- a/tests/PHPUnit/Core/RankingQueryTest.php
+++ b/tests/PHPUnit/Core/RankingQueryTest.php
@@ -13,7 +13,6 @@ class RankingQueryTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group RankingQuery
*/
public function testBasic()
{
@@ -54,7 +53,6 @@ class RankingQueryTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group RankingQuery
*/
public function testExcludeRows()
{
@@ -92,7 +90,6 @@ class RankingQueryTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group RankingQuery
*/
public function testPartitionResult()
{