Skip to content

Commit d1c1914

Browse files
committed
MQE-1753: Uncaught ArgumentCountError when running bin/mftf static-checks
- bug fix
1 parent b8d09e4 commit d1c1914

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)