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-25 14:53:38 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-25 14:53:38 +0300
commit50d564f15964cb1e3e01797d2d53110abe3e7128 (patch)
treeb89154a404538f9d9b76b29437a28bc7685fa1c0 /plugins/UserCountry
parentd94551c4f33756f8245acd9fb9720382ae997f55 (diff)
Do not use translations in AttributeHistoricalDataWithLocationsTest.php.
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php b/plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php
index e57d15ece6..b41632ba6d 100644
--- a/plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php
+++ b/plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php
@@ -145,6 +145,7 @@ class AttributeHistoricalDataWithLocationsTest extends IntegrationTestCase
public static function configureFixture($fixture)
{
// empty (undo IntegrationTestCase configuring)
+ $fixture->extraTestEnvVars['loadRealTranslations'] = false;
}
public static function getPathToTestDirectory()