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-06-26 13:36:40 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-26 13:50:15 +0300
commita6bc74c2bf20ed97cddc28da02ecdf872932e6ca (patch)
treeb84585b9505031705bf789338d770796fda8c2a5 /tests/PHPUnit/Fixtures
parentbd19e46cc7d5d1b14e9aa189087e6c1d67c0b823 (diff)
Download GeoIP Dbs on travis in UITestFixture.php.
Diffstat (limited to 'tests/PHPUnit/Fixtures')
-rw-r--r--tests/PHPUnit/Fixtures/UITestFixture.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/PHPUnit/Fixtures/UITestFixture.php b/tests/PHPUnit/Fixtures/UITestFixture.php
index 7caf721bbd..eb35b24114 100644
--- a/tests/PHPUnit/Fixtures/UITestFixture.php
+++ b/tests/PHPUnit/Fixtures/UITestFixture.php
@@ -41,6 +41,8 @@ class UITestFixture extends SqlDump
public function setUp()
{
+ self::downloadGeoIpDbs();
+
parent::setUp();
self::updateDatabase();