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/DataTable/Filter/ExcludeLowPopulationTest.php')
-rw-r--r--tests/PHPUnit/Core/DataTable/Filter/ExcludeLowPopulationTest.php29
1 files changed, 5 insertions, 24 deletions
diff --git a/tests/PHPUnit/Core/DataTable/Filter/ExcludeLowPopulationTest.php b/tests/PHPUnit/Core/DataTable/Filter/ExcludeLowPopulationTest.php
index 084343329f..befee6e636 100644
--- a/tests/PHPUnit/Core/DataTable/Filter/ExcludeLowPopulationTest.php
+++ b/tests/PHPUnit/Core/DataTable/Filter/ExcludeLowPopulationTest.php
@@ -28,12 +28,8 @@ class DataTable_Filter_ExcludeLowPopulationTest extends PHPUnit_Framework_TestCa
}
/**
- *
* @group Core
- * @group DataTable
- * @group DataTable_Filter
- * @group DataTable_Filter_ExcludeLowPopulation
- */
+ **/
public function testStandardTable()
{
$table = $this->getTestDataTable();
@@ -44,12 +40,8 @@ class DataTable_Filter_ExcludeLowPopulationTest extends PHPUnit_Framework_TestCa
}
/**
- *
* @group Core
- * @group DataTable
- * @group DataTable_Filter
- * @group DataTable_Filter_ExcludeLowPopulation
- */
+ **/
public function testFilterEqualOneDoesFilter()
{
$table = $this->getTestDataTable();
@@ -59,12 +51,8 @@ class DataTable_Filter_ExcludeLowPopulationTest extends PHPUnit_Framework_TestCa
}
/**
- *
* @group Core
- * @group DataTable
- * @group DataTable_Filter
- * @group DataTable_Filter_ExcludeLowPopulation
- */
+ **/
public function testFilterEqualZeroDoesFilter()
{
$table = $this->getTestDataTable();
@@ -75,12 +63,8 @@ class DataTable_Filter_ExcludeLowPopulationTest extends PHPUnit_Framework_TestCa
}
/**
- *
* @group Core
- * @group DataTable
- * @group DataTable_Filter
- * @group DataTable_Filter_ExcludeLowPopulation
- */
+ */
public function testFilterSpecifyExcludeLowPopulationThresholdDoesFilter()
{
$table = $this->getTestDataTable();
@@ -95,10 +79,7 @@ class DataTable_Filter_ExcludeLowPopulationTest extends PHPUnit_Framework_TestCa
* Test to exclude low population filter
*
* @group Core
- * @group DataTable
- * @group DataTable_Filter
- * @group DataTable_Filter_ExcludeLowPopulation
- */
+ */
public function testFilterLowpop1()
{