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 <benakamoorthi@fastmail.fm>2014-08-27 10:50:11 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-27 10:50:11 +0400
commite4bfc413a5531c2fabdc6af1bbf0c90bb96f8099 (patch)
tree6fe788a065ddc8785c38eb5865f0e1b4b58e51c3
parentad92c4360cf56070b561c64c726d1428cf7c44e8 (diff)
Do not delete tracker cache in proxy piwik.php so devicedetector cache will remain after test tracking requests.
-rwxr-xr-xtests/PHPUnit/proxy/piwik.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/proxy/piwik.php b/tests/PHPUnit/proxy/piwik.php
index cfeebb1bf5..2acaea81bd 100755
--- a/tests/PHPUnit/proxy/piwik.php
+++ b/tests/PHPUnit/proxy/piwik.php
@@ -29,7 +29,6 @@ try {
Manager::getInstance()->deleteAll();
Option::clearCache();
Site::clearCache();
- Cache::deleteTrackerCache();
include PIWIK_INCLUDE_PATH . '/piwik.php';
} catch (Exception $ex) {