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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-07-04 09:24:16 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-07-04 09:24:22 +0400
commit080829b2660b0b598805996974783f153c22b5b9 (patch)
tree4fc1893d2996d8b3a67ff15e062b96512736b7ee /tests/PHPUnit/proxy
parent9e1f40795bd4060ab05fce3302bffe2b1ebd876d (diff)
Fixes #5400, display useful error message when a database connection cannot be achieved. Deprecating Config.badConfigurationFile event.
Diffstat (limited to 'tests/PHPUnit/proxy')
-rw-r--r--tests/PHPUnit/proxy/index.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/PHPUnit/proxy/index.php b/tests/PHPUnit/proxy/index.php
index 7d199a5615..594ad5da36 100644
--- a/tests/PHPUnit/proxy/index.php
+++ b/tests/PHPUnit/proxy/index.php
@@ -8,10 +8,6 @@ require realpath(dirname(__FILE__)) . "/includes.php";
Piwik_TestingEnvironment::addHooks();
-if (empty($_GET['ignoreClearAllViewDataTableParameters'])) {
- \Piwik\ViewDataTable\Manager::clearAllViewDataTableParameters();
-}
-
\Piwik\Profiler::setupProfilerXHProf();
include PIWIK_INCLUDE_PATH . '/index.php'; \ No newline at end of file