From d0431f3b670040cf60b893d81dfdb264297282a5 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Mon, 5 May 2014 09:22:22 +1200
Subject: [PATCH] ui build

---
 tests/PHPUnit/proxy/index.php | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/tests/PHPUnit/proxy/index.php b/tests/PHPUnit/proxy/index.php
index 7f5efa666f..f9ef61fddc 100644
--- a/tests/PHPUnit/proxy/index.php
+++ b/tests/PHPUnit/proxy/index.php
@@ -4,15 +4,14 @@
  * Used by tests/PHPUnit/Integration/ImportLogsTest.php and tests/PHPUnit/Integration/UITest.php
  */
 
+use Piwik\Tracker\Cache;
+
 require realpath(dirname(__FILE__)) . "/includes.php";
 
 Piwik_TestingEnvironment::addHooks();
 
-if (\Piwik\DbHelper::isInstalled()) {
+if (empty($_GET['ignoreClearAllViewDataTableParameters'])) {
     \Piwik\ViewDataTable\Manager::clearAllViewDataTableParameters();
-} else {
-    // Not installed yet, display backtrace when error
-    define('PIWIK_PRINT_ERROR_BACKTRACE', true);
 }
 
 \Piwik\Profiler::setupProfilerXHProf();
-- 
GitLab