Skip to content

Commit df1c0cf

Browse files
committed
MQE-919: Order of test merging
- Changed order to module, appcode, then vendor.
1 parent 5fe3796 commit df1c0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ private function aggregateTestModulePaths()
238238
. 'vendor' . DIRECTORY_SEPARATOR;
239239

240240
$codePathsToPattern = [
241-
$appCodePath => '/Test/Acceptance',
242241
$modulePath => '',
242+
$appCodePath => '/Test/Acceptance',
243243
$vendorCodePath => '/Test/Acceptance'
244244
];
245245

0 commit comments

Comments
 (0)