Skip to content

Commit 9dc9061

Browse files
committed
MQE-1581: Remove NONE debug level for next MFTF major release
Updated new file script util with LEVEL_DEFAULT
1 parent 053c6e5 commit 9dc9061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/Script/ScriptUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static function getAllModulePaths()
2929
true,
3030
MftfApplicationConfig::UNIT_TEST_PHASE,
3131
false,
32-
MftfApplicationConfig::LEVEL_NONE,
32+
MftfApplicationConfig::LEVEL_DEFAULT,
3333
true
3434
);
3535

0 commit comments

Comments
 (0)