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/Period/MonthTest.php')
-rw-r--r--tests/PHPUnit/Core/Period/MonthTest.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/PHPUnit/Core/Period/MonthTest.php b/tests/PHPUnit/Core/Period/MonthTest.php
index f0ffc396eb..7322da40b1 100644
--- a/tests/PHPUnit/Core/Period/MonthTest.php
+++ b/tests/PHPUnit/Core/Period/MonthTest.php
@@ -17,8 +17,6 @@ class Period_MonthTest extends PHPUnit_Framework_TestCase
/**
* testing december
* @group Core
- * @group Period
- * @group Period_Month
*/
public function testMonthDec()
{
@@ -62,8 +60,6 @@ class Period_MonthTest extends PHPUnit_Framework_TestCase
/**
* testing month feb leap year
* @group Core
- * @group Period
- * @group Period_Month
*/
public function testMonthFebLeap()
{
@@ -105,8 +101,6 @@ class Period_MonthTest extends PHPUnit_Framework_TestCase
/**
* testing month feb non-leap year
* @group Core
- * @group Period
- * @group Period_Month
*/
public function testMonthFebNonLeap()
{
@@ -147,8 +141,6 @@ class Period_MonthTest extends PHPUnit_Framework_TestCase
/**
* testing jan
* @group Core
- * @group Period
- * @group Period_Month
*/
public function testMonthJan()
{
@@ -192,8 +184,6 @@ class Period_MonthTest extends PHPUnit_Framework_TestCase
/**
* testing month containing a time change (DST)
* @group Core
- * @group Period
- * @group Period_Month
*/
public function testMonthDSTChangeMarch()
{
@@ -236,8 +226,6 @@ class Period_MonthTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Period
- * @group Period_Month
*/
public function testMonthDSTChangeOct()
{
@@ -280,8 +268,6 @@ class Period_MonthTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Period
- * @group Period_Month
*/
public function testGetLocalizedShortString()
{
@@ -293,8 +279,6 @@ class Period_MonthTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Period
- * @group Period_Month
*/
public function testGetLocalizedLongString()
{
@@ -306,8 +290,6 @@ class Period_MonthTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Period
- * @group Period_Month
*/
public function testGetPrettyString()
{