Skip to content
Snippets Groups Projects
Unverified Commit 0f0f1404 authored by Alex Kolesnyk's avatar Alex Kolesnyk
Browse files

MQE-592: Audit Test Cases on Firefox/Chrome on Windows/OSX

parent a5dab620
No related merge requests found
......@@ -24,7 +24,7 @@ if (file_exists(PROJECT_ROOT . '/.env')) {
defined('FW_BP') || define('FW_BP', PROJECT_ROOT . $RELATIVE_FW_PATH);
// add the debug flag here
$debug_mode = $_ENV['MFTF_DEBUG'] ?? false;
if (!$debug_mode) {
$debug_mode = (bool)$_ENV['MFTF_DEBUG'] ?? false;
if (!$debug_mode && extension_loaded('xdebug')) {
xdebug_disable();
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment