Skip to content

Commit e95fb10

Browse files
committed
MQE-2391: [GitHub Issue] Magento fails with xdebug 3 due to mftf
1 parent 57fb32e commit e95fb10

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dev/tests/functional/standalone_bootstrap.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,3 @@
7474

7575
// add the debug flag here
7676
$debug_mode = $_ENV['MFTF_DEBUG'] ?? false;
77-
if (!(bool)$debug_mode && extension_loaded('xdebug')) {
78-
xdebug_disable();
79-
}

src/Magento/FunctionalTestingFramework/_bootstrap.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,3 @@
7777

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

0 commit comments

Comments
 (0)