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:
authormattab <matthieu.aubry@gmail.com>2014-05-05 01:22:22 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-05 01:22:22 +0400
commitd0431f3b670040cf60b893d81dfdb264297282a5 (patch)
tree4e2de1ea01fe977ac53343320698dea663689f93 /tests/PHPUnit/proxy
parent6aed2de7f8ef73931794b48837c20f3d98ff72c6 (diff)
ui build
Diffstat (limited to 'tests/PHPUnit/proxy')
-rw-r--r--tests/PHPUnit/proxy/index.php7
1 files 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();