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>2014-09-08 06:38:44 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-08 06:38:44 +0400
commit8a0a7d80571d57bcef947e6006eb4be97ba02150 (patch)
tree4d3f2bab796ab73278f5e5512236caa5712e2a9f /tests/LocalTracker.php
parent8a831d1645db397c090667eaa5454ba4906b0e76 (diff)
Refs #6109 cid should not require token_auth authentication. Note; this may fail the test with changes in Tracker.php
Diffstat (limited to 'tests/LocalTracker.php')
-rwxr-xr-xtests/LocalTracker.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/LocalTracker.php b/tests/LocalTracker.php
index 46243ef340..afa0a6a4bc 100755
--- a/tests/LocalTracker.php
+++ b/tests/LocalTracker.php
@@ -47,7 +47,6 @@ class Piwik_LocalTracker extends PiwikTracker
Cache::$trackerCache = null;
Tracker::setForceIp(null);
Tracker::setForceDateTime(null);
- Tracker::setForceVisitorId(null);
// save some values
$plugins = Config::getInstance()->Plugins['Plugins'];