Skip to content

Commit 29522c8

Browse files
authored
MQE-919: Order of test merging
- Changed order to module, appcode, then vendor.
1 parent 31e913e commit 29522c8

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
@@ -236,8 +236,8 @@ private function aggregateTestModulePaths()
236236
. 'vendor' . DIRECTORY_SEPARATOR;
237237

238238
$codePathsToPattern = [
239-
$appCodePath => '/Test/Acceptance',
240239
$modulePath => '',
240+
$appCodePath => '/Test/Acceptance',
241241
$vendorCodePath => '/Test/Acceptance'
242242
];
243243

0 commit comments

Comments
 (0)