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/UrlTest.php')
-rw-r--r--tests/PHPUnit/Core/UrlTest.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/PHPUnit/Core/UrlTest.php b/tests/PHPUnit/Core/UrlTest.php
index bedfd27969..55651c4dcf 100644
--- a/tests/PHPUnit/Core/UrlTest.php
+++ b/tests/PHPUnit/Core/UrlTest.php
@@ -12,7 +12,6 @@ class UrlTest extends PHPUnit_Framework_TestCase
{
/**
* @group Core
- * @group Url
*/
public function testAllMethods()
{
@@ -59,7 +58,6 @@ class UrlTest extends PHPUnit_Framework_TestCase
/**
* @dataProvider getCurrentHosts
* @group Core
- * @group Url
*/
public function testGetCurrentHost($description, $test)
{
@@ -130,7 +128,6 @@ class UrlTest extends PHPUnit_Framework_TestCase
/**
* @dataProvider getLocalUrls
* @group Core
- * @group Url
*/
public function testIsLocalUrl($httphost, $scripturi, $requesturi, $testurl, $result)
{
@@ -159,7 +156,6 @@ class UrlTest extends PHPUnit_Framework_TestCase
/**
* @dataProvider getCurrentUrlWithoutFilename
* @group Core
- * @group Url
*/
public function testGetCurrentUrlWithoutFilename($expected, $https, $host, $path)
{
@@ -186,7 +182,6 @@ class UrlTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Url
*/
public function test_getCurrentScriptName()
{
@@ -244,7 +239,6 @@ class UrlTest extends PHPUnit_Framework_TestCase
/**
* @dataProvider getValidHostData
* @group Core
- * @group Url
*/
public function testIsValidHost($expected, $host, $trustedHosts, $description)
{
@@ -255,7 +249,6 @@ class UrlTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Url
*/
public function testGetReferrer()
{
@@ -265,7 +258,7 @@ class UrlTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Url
+ *
* @dataProvider getQueryParameters
*/
public function testGetQueryStringFromParameters($params, $queryString)