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
path: root/misc
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-06-01 08:31:03 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-05 23:04:58 +0300
commit53a29ed2338094321bb077574e369e62231d62da (patch)
tree4a38da280d49963c8c30fb7daf83dead9af37269 /misc
parent447ff12b141f1bba9cab78396cb12ff2b98b595c (diff)
Rename TestingEnvironment to TestingEnvironmentVariables.
Diffstat (limited to 'misc')
-rw-r--r--misc/cron/updatetoken.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cron/updatetoken.php b/misc/cron/updatetoken.php
index 5664b89294..007d41a600 100644
--- a/misc/cron/updatetoken.php
+++ b/misc/cron/updatetoken.php
@@ -35,7 +35,7 @@ $testmode = in_array('--testmode', $_SERVER['argv']);
if ($testmode) {
define('PIWIK_TEST_MODE', true);
- Tests\Framework\TestingEnvironment::addHooks();
+ Tests\Framework\TestingEnvironmentVariables::addHooks();
}
function getPiwikDomain()