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/UnzipTest.php')
-rw-r--r--tests/PHPUnit/Core/UnzipTest.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/PHPUnit/Core/UnzipTest.php b/tests/PHPUnit/Core/UnzipTest.php
index a0865e6e46..3390ffb363 100644
--- a/tests/PHPUnit/Core/UnzipTest.php
+++ b/tests/PHPUnit/Core/UnzipTest.php
@@ -15,7 +15,6 @@ class UnzipTest extends PHPUnit_Framework_TestCase
{
/**
* @group Core
- * @group Unzip
*/
public function testRelativePath()
{
@@ -61,7 +60,6 @@ class UnzipTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Unzip
*/
public function testRelativePathAttack()
{
@@ -93,7 +91,6 @@ class UnzipTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Unzip
*/
public function testAbsolutePathAttack()
{
@@ -119,7 +116,6 @@ class UnzipTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Unzip
*/
public function testUnzipErrorInfo()
{
@@ -133,7 +129,6 @@ class UnzipTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Unzip
*/
public function testUnzipEmptyFile()
{
@@ -148,7 +143,6 @@ class UnzipTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Unzip
*/
public function testUnzipNotExistingFile()
{
@@ -165,7 +159,6 @@ class UnzipTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Unzip
*/
public function testUnzipInvalidFile2()
{
@@ -182,7 +175,6 @@ class UnzipTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Unzip
*/
public function testGzipFile()
{
@@ -199,7 +191,6 @@ class UnzipTest extends PHPUnit_Framework_TestCase
/**
* @group Core
- * @group Unzip
*/
public function testTarGzFile()
{