Skip to content

Commit

Permalink
MQE-2391: [GitHub Issue] Magento fails with xdebug 3 due to mftf
Browse files Browse the repository at this point in the history
  • Loading branch information
jilu1 committed Nov 18, 2020
1 parent 57fb32e commit e95fb10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions dev/tests/functional/standalone_bootstrap.php
Expand Up @@ -74,6 +74,3 @@

// add the debug flag here
$debug_mode = $_ENV['MFTF_DEBUG'] ?? false;
if (!(bool)$debug_mode && extension_loaded('xdebug')) {
xdebug_disable();
}
3 changes: 0 additions & 3 deletions src/Magento/FunctionalTestingFramework/_bootstrap.php
Expand Up @@ -77,6 +77,3 @@

// add the debug flag here
$debugMode = $_ENV['MFTF_DEBUG'] ?? false;
if (!(bool)$debugMode && extension_loaded('xdebug')) {
xdebug_disable();
}

0 comments on commit e95fb10

Please sign in to comment.