We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe3796 commit df1c0cfCopy full SHA for df1c0cf
src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php
@@ -238,8 +238,8 @@ private function aggregateTestModulePaths()
238
. 'vendor' . DIRECTORY_SEPARATOR;
239
240
$codePathsToPattern = [
241
- $appCodePath => '/Test/Acceptance',
242
$modulePath => '',
+ $appCodePath => '/Test/Acceptance',
243
$vendorCodePath => '/Test/Acceptance'
244
];
245
0 commit comments