diff --git a/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php b/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php index 2a1adfe56..f3a6eb6e6 100644 --- a/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php +++ b/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php @@ -237,8 +237,8 @@ private function aggregateTestModulePaths() $codePathsToPattern = [ $modulePath => '', - $appCodePath => '/Test/MFTF', - $vendorCodePath => '/Test/MFTF' + $appCodePath => '/Test/Mftf', + $vendorCodePath => '/Test/Mftf' ]; foreach ($codePathsToPattern as $codePath => $pattern) {