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/Integration/PiwikTest.php')
-rw-r--r--tests/PHPUnit/Integration/PiwikTest.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/PHPUnit/Integration/PiwikTest.php b/tests/PHPUnit/Integration/PiwikTest.php
index 4cbf92eeb1..d2cfc13543 100644
--- a/tests/PHPUnit/Integration/PiwikTest.php
+++ b/tests/PHPUnit/Integration/PiwikTest.php
@@ -33,11 +33,6 @@ class PiwikTest extends IntegrationTestCase
'1e3', 0x123, "-1e-2",
);
- if (!self::isPhp7orLater()) {
- // this seems to be no longer considered valid in PHP 7+
- $value[] = '0x123';
- }
-
foreach ($valid as $key => $value) {
$valid[$key] = array($value);
}