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:
authormattab <matthieu.aubry@gmail.com>2013-07-20 10:39:01 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-20 10:39:01 +0400
commite492c76009ea81c9513ae359f5fd41e84703116f (patch)
tree67b0f9006616d5f093447af6f5646c66b5e56ff8 /tests/LocalTracker.php
parente79675330823b957fe9f8ffa462ad5317c14dbc9 (diff)
Adding Logic for namespaces in Loader.php + Fixing build
Converting Access & Auth to namespace
Diffstat (limited to 'tests/LocalTracker.php')
-rwxr-xr-xtests/LocalTracker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/LocalTracker.php b/tests/LocalTracker.php
index 7cdbab883e..e7c64ad96c 100755
--- a/tests/LocalTracker.php
+++ b/tests/LocalTracker.php
@@ -1,6 +1,6 @@
<?php
-use Piwik\Core\Config;
+use Piwik\Config;
$GLOBALS['PIWIK_TRACKER_DEBUG'] = false;
$GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] = false;