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 <tsteur@users.noreply.github.com>2014-11-12 05:16:27 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2014-11-12 05:16:27 +0300
commitc0aeac4509c181c930f70a2685706469b4ce3e5c (patch)
treeb001136a45355c7d79e301b530080e8d85832579 /tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php
parentda98a5caa4ae9edc4234b931b0ffb72d89a4d790 (diff)
Revert "3581 IPv6 support"
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