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/ScheduledTime/HourlyTest.php')
-rw-r--r--tests/PHPUnit/Core/ScheduledTime/HourlyTest.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/PHPUnit/Core/ScheduledTime/HourlyTest.php b/tests/PHPUnit/Core/ScheduledTime/HourlyTest.php
index 43b422739f..2b621bff2b 100644
--- a/tests/PHPUnit/Core/ScheduledTime/HourlyTest.php
+++ b/tests/PHPUnit/Core/ScheduledTime/HourlyTest.php
@@ -24,8 +24,6 @@ class ScheduledTime_HourlyTest extends PHPUnit_Framework_TestCase
/**
* Tests forbidden call to setHour on Hourly
* @group Core
- * @group ScheduledTime
- * @group ScheduledTime_Hourly
*/
public function testSetHourScheduledTimeHourly()
{
@@ -41,8 +39,6 @@ class ScheduledTime_HourlyTest extends PHPUnit_Framework_TestCase
/**
* Tests forbidden call to setDay on Hourly
* @group Core
- * @group ScheduledTime
- * @group ScheduledTime_Hourly
*/
public function testSetDayScheduledTimeHourly()
{
@@ -58,8 +54,6 @@ class ScheduledTime_HourlyTest extends PHPUnit_Framework_TestCase
/**
* Tests getRescheduledTime on Hourly
* @group Core
- * @group ScheduledTime
- * @group ScheduledTime_Hourly
*/
public function testGetRescheduledTimeHourly()
{