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:
authorThomas Steur <thomas.steur@googlemail.com>2014-05-02 07:46:05 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-02 07:46:05 +0400
commitce33725096d27114303c89d5b045ba09c49b6ce6 (patch)
tree4e2fe93b2cbb56899edc8e116aeaa547325761d5 /tests/PHPUnit/proxy
parentd5091534263cc61c84d1feaea29c1e26f2e16929 (diff)
refs #1915 trying to fix the installation tests
Diffstat (limited to 'tests/PHPUnit/proxy')
-rw-r--r--tests/PHPUnit/proxy/index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/PHPUnit/proxy/index.php b/tests/PHPUnit/proxy/index.php
index 39143388c7..f9ef61fddc 100644
--- a/tests/PHPUnit/proxy/index.php
+++ b/tests/PHPUnit/proxy/index.php
@@ -9,7 +9,10 @@ use Piwik\Tracker\Cache;
require realpath(dirname(__FILE__)) . "/includes.php";
Piwik_TestingEnvironment::addHooks();
-\Piwik\ViewDataTable\Manager::clearAllViewDataTableParameters();
+
+if (empty($_GET['ignoreClearAllViewDataTableParameters'])) {
+ \Piwik\ViewDataTable\Manager::clearAllViewDataTableParameters();
+}
\Piwik\Profiler::setupProfilerXHProf();