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:01:57 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-02 07:01:57 +0400
commitee2ec2b60a15007e971090d729945e3e870376a3 (patch)
tree3d066b60552391c7ea65aa2d726b34529433dda0 /tests/PHPUnit/proxy
parent97f500fe247a88455bab6e72f5c8c06ee3029be7 (diff)
refs #1915 reset viewDataTable parameters before each test run to remove previously persisted viewdatatable params from other test runs
Diffstat (limited to 'tests/PHPUnit/proxy')
-rw-r--r--tests/PHPUnit/proxy/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/proxy/index.php b/tests/PHPUnit/proxy/index.php
index 54952d2358..39143388c7 100644
--- a/tests/PHPUnit/proxy/index.php
+++ b/tests/PHPUnit/proxy/index.php
@@ -9,6 +9,7 @@ use Piwik\Tracker\Cache;
require realpath(dirname(__FILE__)) . "/includes.php";
Piwik_TestingEnvironment::addHooks();
+\Piwik\ViewDataTable\Manager::clearAllViewDataTableParameters();
\Piwik\Profiler::setupProfilerXHProf();