We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe3796 commit 2e80aa6Copy full SHA for 2e80aa6
src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php
@@ -238,9 +238,9 @@ private function aggregateTestModulePaths()
238
. 'vendor' . DIRECTORY_SEPARATOR;
239
240
$codePathsToPattern = [
241
- $appCodePath => '/Test/Acceptance',
+ $appCodePath => '/Test/MFTF',
242
$modulePath => '',
243
- $vendorCodePath => '/Test/Acceptance'
+ $vendorCodePath => '/Test/MFTF'
244
];
245
246
foreach ($codePathsToPattern as $codePath => $pattern) {
0 commit comments