From f30ba399d8b3e93a0ab042bf57320402362d4df7 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli <matthieu@mnapoli.fr> Date: Mon, 13 Oct 2014 18:01:12 +1300 Subject: [PATCH] Added missing @group annotations in tests --- tests/PHPUnit/Unit/UrlTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/PHPUnit/Unit/UrlTest.php b/tests/PHPUnit/Unit/UrlTest.php index 888e6c8c9d..c408438f35 100644 --- a/tests/PHPUnit/Unit/UrlTest.php +++ b/tests/PHPUnit/Unit/UrlTest.php @@ -340,6 +340,7 @@ class UrlTest extends PHPUnit_Framework_TestCase } /** + * @group Core * @dataProvider urlProvider */ public function testGetCurrentUrl($url, $pathInfo = null) @@ -363,6 +364,7 @@ class UrlTest extends PHPUnit_Framework_TestCase } /** + * @group Core * @dataProvider urlWithoutQueryStringProvider */ public function testGetCurrentUrlWithoutQueryString($url, $expected, $pathInfo = null) -- GitLab