We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7222259 + d1c1914 commit fb444bdCopy full SHA for fb444bd
src/Magento/FunctionalTestingFramework/StaticCheck/TestDependencyCheck.php
@@ -88,7 +88,8 @@ public function execute(InputInterface $input)
88
true,
89
MftfApplicationConfig::UNIT_TEST_PHASE,
90
false,
91
- MftfApplicationConfig::LEVEL_NONE
+ MftfApplicationConfig::LEVEL_NONE,
92
+ true
93
);
94
95
ModuleResolver::getInstance()->getModulesPath();
0 commit comments