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
path: root/config
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-10-18 12:08:26 +0300
committerdiosmosis <benaka@piwik.pro>2015-10-27 07:47:26 +0300
commitaae69f25ed1d0e9df769d0dc2800ca4fb6bbfd20 (patch)
treee800eac79f1ac2492bb9249ce828b328f4d14f28 /config
parentbba5c639e5a074b6e6a3f673d3b579de5f42e20b (diff)
Get last two Overlay tests to pass.
Diffstat (limited to 'config')
-rw-r--r--config/environment/ui-test.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/environment/ui-test.php b/config/environment/ui-test.php
index 4d68a6f9ba..fefb038673 100644
--- a/config/environment/ui-test.php
+++ b/config/environment/ui-test.php
@@ -20,6 +20,12 @@ return array(
return;
}
+ if (!empty($request['module']) && $request['module'] == 'Overlay'
+ && !empty($request['action']) && $request['action'] == 'renderSidebar'
+ ) {
+ return;
+ }
+
$config = \Piwik\Config::getInstance();
$host = $config->tests['http_host'];
$port = $config->tests['port'];