Skip to content

Commit 64cedbf

Browse files
committed
Merge branch 'develop' into MQE-918
2 parents cc1216b + 29522c8 commit 64cedbf

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/MFTF',
240239
$modulePath => '',
240+
$appCodePath => '/Test/MFTF',
241241
$vendorCodePath => '/Test/MFTF'
242242
];
243243

0 commit comments

Comments
 (0)