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:
authordiosmosis <benaka@piwik.pro>2015-03-11 14:31:07 +0300
committerdiosmosis <benaka@piwik.pro>2015-03-11 14:31:07 +0300
commita1388b84ba44fb67b21b735ffe3b38060c0e94f9 (patch)
tree83ce5c30f2816be5d0ec380f91d56885d367f17c /tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php
parent070135f195694a52552d3bafb687c7fcf7f6988c (diff)
Refactor AttributeHistoricalDataWithLocations for clarity, fixing IntegrationTestCase issue and fixing changes to RawLog...
Diffstat (limited to 'tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php')
-rw-r--r--tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php b/tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php
index 3abb1ee414..f460758fbc 100644
--- a/tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php
+++ b/tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php
@@ -192,7 +192,7 @@ class ManyVisitsWithGeoIP extends Fixture
self::checkResponse($t->doTrackPageView('It\'s pitch black...'));
}
- private function setLocationProvider($file)
+ public function setLocationProvider($file)
{
GeoIp::$dbNames['loc'] = array($file);
GeoIp::$geoIPDatabaseDir = 'tests/lib/geoip-files';