diff --git a/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php b/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php index ccf96cb06..2a1adfe56 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/Acceptance', - $vendorCodePath => '/Test/Acceptance' + $appCodePath => '/Test/MFTF', + $vendorCodePath => '/Test/MFTF' ]; foreach ($codePathsToPattern as $codePath => $pattern) {