Skip to content

Commit fb444bd

Browse files
authored
Merge pull request #447 from magento/MQE-1753
MQE-1753: Uncaught ArgumentCountError when running bin/mftf static-ch…
2 parents 7222259 + d1c1914 commit fb444bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/TestDependencyCheck.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ public function execute(InputInterface $input)
8888
true,
8989
MftfApplicationConfig::UNIT_TEST_PHASE,
9090
false,
91-
MftfApplicationConfig::LEVEL_NONE
91+
MftfApplicationConfig::LEVEL_NONE,
92+
true
9293
);
9394

9495
ModuleResolver::getInstance()->getModulesPath();

0 commit comments

Comments
 (0)