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/CookieTest.php')
-rw-r--r--tests/PHPUnit/Core/CookieTest.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/PHPUnit/Core/CookieTest.php b/tests/PHPUnit/Core/CookieTest.php
index c3d622bbb6..6424af736b 100644
--- a/tests/PHPUnit/Core/CookieTest.php
+++ b/tests/PHPUnit/Core/CookieTest.php
@@ -36,7 +36,7 @@ class CookieTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Cookie
+ *
* @dataProvider getJsonSerializeData
*/
public function testJsonSerialize($testData, $id)
@@ -78,7 +78,7 @@ class CookieTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Cookie
+ *
* @dataProvider getSafeSerializeData
*/
public function testSafeSerialize($id, $testData)
@@ -91,7 +91,6 @@ class CookieTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Cookie
*/
public function testSafeUnserialize()
{