From d1c1914abe63630751752316de5910ac64fdd582 Mon Sep 17 00:00:00 2001 From: Ji Lu Date: Tue, 10 Sep 2019 15:03:54 -0500 Subject: [PATCH] MQE-1753: Uncaught ArgumentCountError when running bin/mftf static-checks - bug fix --- .../StaticCheck/TestDependencyCheck.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Magento/FunctionalTestingFramework/StaticCheck/TestDependencyCheck.php b/src/Magento/FunctionalTestingFramework/StaticCheck/TestDependencyCheck.php index a891d42e1..3abbd40c2 100644 --- a/src/Magento/FunctionalTestingFramework/StaticCheck/TestDependencyCheck.php +++ b/src/Magento/FunctionalTestingFramework/StaticCheck/TestDependencyCheck.php @@ -88,7 +88,8 @@ public function execute(InputInterface $input) true, MftfApplicationConfig::UNIT_TEST_PHASE, false, - MftfApplicationConfig::LEVEL_NONE + MftfApplicationConfig::LEVEL_NONE, + true ); ModuleResolver::getInstance()->getModulesPath();