We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29522c8 commit 8d6eadfCopy full SHA for 8d6eadf
src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php
@@ -237,8 +237,8 @@ private function aggregateTestModulePaths()
237
238
$codePathsToPattern = [
239
$modulePath => '',
240
- $appCodePath => '/Test/Acceptance',
241
- $vendorCodePath => '/Test/Acceptance'
+ $appCodePath => '/Test/MFTF',
+ $vendorCodePath => '/Test/MFTF'
242
];
243
244
foreach ($codePathsToPattern as $codePath => $pattern) {
0 commit comments