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.
1 parent b8d09e4 commit d1c1914Copy full SHA for d1c1914
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