Skip to content

Commit 8d6eadf

Browse files
authored
MQE-918: Support for MFTF folder
- appCode/VendorCode paths changed to meet AC.
1 parent 29522c8 commit 8d6eadf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ private function aggregateTestModulePaths()
237237

238238
$codePathsToPattern = [
239239
$modulePath => '',
240-
$appCodePath => '/Test/Acceptance',
241-
$vendorCodePath => '/Test/Acceptance'
240+
$appCodePath => '/Test/MFTF',
241+
$vendorCodePath => '/Test/MFTF'
242242
];
243243

244244
foreach ($codePathsToPattern as $codePath => $pattern) {

0 commit comments

Comments
 (0)