Skip to content

Commit 2e80aa6

Browse files
committed
MQE-918: Support for MFTF folder
- appCode/VendorCode paths changed to meet AC.
1 parent 5fe3796 commit 2e80aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ private function aggregateTestModulePaths()
238238
. 'vendor' . DIRECTORY_SEPARATOR;
239239

240240
$codePathsToPattern = [
241-
$appCodePath => '/Test/Acceptance',
241+
$appCodePath => '/Test/MFTF',
242242
$modulePath => '',
243-
$vendorCodePath => '/Test/Acceptance'
243+
$vendorCodePath => '/Test/MFTF'
244244
];
245245

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

0 commit comments

Comments
 (0)