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/Translate/Validate/CoreTranslationsTest.php')
-rw-r--r--tests/PHPUnit/Core/Translate/Validate/CoreTranslationsTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/PHPUnit/Core/Translate/Validate/CoreTranslationsTest.php b/tests/PHPUnit/Core/Translate/Validate/CoreTranslationsTest.php
index adb41b685a..5bd1ec0b1f 100644
--- a/tests/PHPUnit/Core/Translate/Validate/CoreTranslationsTest.php
+++ b/tests/PHPUnit/Core/Translate/Validate/CoreTranslationsTest.php
@@ -34,7 +34,6 @@ class CoreTranslationsTest extends PHPUnit_Framework_TestCase
/**
* @dataProvider getFilterTestDataValid
* @group Core
- * @group Translate
*/
public function testFilterValid($translations)
{
@@ -129,7 +128,6 @@ class CoreTranslationsTest extends PHPUnit_Framework_TestCase
/**
* @dataProvider getFilterTestDataInvalid
* @group Core
- * @group Translate
*/
public function testFilterInvalid($translations, $msg)
{