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/ManyVisitorsOneWebsiteTest.php')
-rwxr-xr-xtests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php14
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php b/tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php
index 22897c17a4..8910c8568e 100755
--- a/tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php
+++ b/tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php
@@ -102,18 +102,6 @@ class ManyVisitorsOneWebsiteTest extends SystemTestCase
'periods' => array('month'),
'otherRequestParameters' => array('ip' => '194.57.91.215')
)),
-
- array(array('UserCountry.getLocationFromIP'), array(
- 'otherRequestParameters' => array('ip' => '194.57.91.215')
- )),
-
- array(array('UserCountry.getLocationFromIP'), array(
- 'format' => 'json',
- 'otherRequestParameters' => array(
- 'ip' => '2001:db8:85a3:0:0:8a2e:370:7334',
- 'format' => 'json'
- )
- )),
);
// Randomly fails on 5.3
@@ -172,4 +160,4 @@ class ManyVisitorsOneWebsiteTest extends SystemTestCase
}
}
-ManyVisitorsOneWebsiteTest::$fixture = new ManyVisitsWithGeoIP();
+ManyVisitorsOneWebsiteTest::$fixture = new ManyVisitsWithGeoIP(); \ No newline at end of file