From f9ba67d1ded3ac572766da3fcd3ba952039db94c Mon Sep 17 00:00:00 2001 From: Matthieu Napoli <matthieu@mnapoli.fr> Date: Mon, 13 Oct 2014 16:09:40 +1300 Subject: [PATCH] Added missing @group annotations --- tests/PHPUnit/System/FrontControllerTest.php | 3 +++ tests/PHPUnit/Unit/Http/RouterTest.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tests/PHPUnit/System/FrontControllerTest.php b/tests/PHPUnit/System/FrontControllerTest.php index 9ef3759e53..c4d81b278b 100644 --- a/tests/PHPUnit/System/FrontControllerTest.php +++ b/tests/PHPUnit/System/FrontControllerTest.php @@ -10,6 +10,9 @@ namespace Piwik\Tests\System; use Piwik\Tests\Fixture; +/** + * @group Core + */ class FrontControllerTest extends \PHPUnit_Framework_TestCase { /** diff --git a/tests/PHPUnit/Unit/Http/RouterTest.php b/tests/PHPUnit/Unit/Http/RouterTest.php index 3ab47947ba..45871b8e1c 100644 --- a/tests/PHPUnit/Unit/Http/RouterTest.php +++ b/tests/PHPUnit/Unit/Http/RouterTest.php @@ -10,6 +10,9 @@ namespace Piwik\Tests\Unit\Http; use Piwik\Http\Router; +/** + * @group Core + */ class RouterTest extends \PHPUnit_Framework_TestCase { /** -- GitLab