diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI index ab41f15940b..b8f1631c965 160000 --- a/tests/PHPUnit/UI +++ b/tests/PHPUnit/UI @@ -1 +1 @@ -Subproject commit ab41f15940b4b7db6c02c2f52cab226c5f2743bd +Subproject commit b8f1631c9657fa4573e3637d1fd65ed262f3cc71 diff --git a/tests/PHPUnit/proxy/index.php b/tests/PHPUnit/proxy/index.php index 39143388c7d..f9ef61fddc6 100644 --- a/tests/PHPUnit/proxy/index.php +++ b/tests/PHPUnit/proxy/index.php @@ -9,7 +9,10 @@ require realpath(dirname(__FILE__)) . "/includes.php"; Piwik_TestingEnvironment::addHooks(); -\Piwik\ViewDataTable\Manager::clearAllViewDataTableParameters(); + +if (empty($_GET['ignoreClearAllViewDataTableParameters'])) { + \Piwik\ViewDataTable\Manager::clearAllViewDataTableParameters(); +} \Piwik\Profiler::setupProfilerXHProf();