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/System/PivotByQueryParamTest.php')
-rw-r--r--tests/PHPUnit/System/PivotByQueryParamTest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/PHPUnit/System/PivotByQueryParamTest.php b/tests/PHPUnit/System/PivotByQueryParamTest.php
index 099f82fcf6..f30fd5c555 100644
--- a/tests/PHPUnit/System/PivotByQueryParamTest.php
+++ b/tests/PHPUnit/System/PivotByQueryParamTest.php
@@ -198,10 +198,6 @@ class PivotByQueryParamTest extends SystemTestCase
}
public function assertApiResponseEqualsExpected($apiMethod, $queryParams)
{
- if(self::isPhpVersion53()) {
- // 5.3.3 space encoding fail eg. https://travis-ci.org/piwik/piwik/jobs/35920420
- $this->markTestSkipped();
- }
parent::assertApiResponseEqualsExpected($apiMethod, $queryParams);
}
}