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 09:44:02 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-05 09:44:02 +0400
commitf662cfeb39cd0fb434790510d653d5c17911372e (patch)
tree446bdd82366221a311163277bc2c608fee07609c /tests/PHPUnit/proxy
parent3e6f4862dc37f5fb7e50dd634b8421d97a530205 (diff)
Testing screenshot UI
Diffstat (limited to 'tests/PHPUnit/proxy')
-rw-r--r--tests/PHPUnit/proxy/index.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/PHPUnit/proxy/index.php b/tests/PHPUnit/proxy/index.php
index 8a81a097f5..7d199a5615 100644
--- a/tests/PHPUnit/proxy/index.php
+++ b/tests/PHPUnit/proxy/index.php
@@ -8,14 +8,6 @@ require realpath(dirname(__FILE__)) . "/includes.php";
Piwik_TestingEnvironment::addHooks();
-if( !empty($_GET['testWelcome'])) {
- $config = \Piwik\Config::getInstance();
- if($config->existsLocalConfig()) {
- $config->deleteLocalConfig();
- $config->clear();
- }
-}
-
if (empty($_GET['ignoreClearAllViewDataTableParameters'])) {
\Piwik\ViewDataTable\Manager::clearAllViewDataTableParameters();
}