diff --git a/tests/PHPUnit/Unit/UrlTest.php b/tests/PHPUnit/Unit/UrlTest.php
index 888e6c8c9d71cc64f1d44d30b64c73083fca8e0b..c408438f35b4d6ba716e91579b310d3898c7ef69 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)