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:
authorThomas Steur <thomas.steur@gmail.com>2015-07-28 19:12:52 +0300
committersgiehl <stefan@piwik.org>2015-10-06 17:23:54 +0300
commitd8cd9454d4f213acfb8df0d155fc4da9ae0a7a81 (patch)
treebd96523f4bae4cf38210f276ff84a91e23c57cf0 /tests/PHPUnit/Fixtures
parente30de3346a74ea908ee1e9944dbc5686016e11a4 (diff)
starting to prepare the requirement of php 5.4
Diffstat (limited to 'tests/PHPUnit/Fixtures')
-rw-r--r--tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php b/tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php
index c413635c8e..9db794269d 100644
--- a/tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php
+++ b/tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php
@@ -268,10 +268,6 @@ class ManyVisitsWithGeoIP extends Fixture
// also fails on other PHP, is it really needed?
return;
- // this randomly fails on PHP 5.3
- if(strpos(PHP_VERSION, '5.3') === 0) {
- return;
- }
try {
LocationProvider::setCurrentProvider('default');
} catch(Exception $e) {