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 31e913e commit 29522c8Copy full SHA for 29522c8
src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php
@@ -236,8 +236,8 @@ private function aggregateTestModulePaths()
236
. 'vendor' . DIRECTORY_SEPARATOR;
237
238
$codePathsToPattern = [
239
- $appCodePath => '/Test/Acceptance',
240
$modulePath => '',
+ $appCodePath => '/Test/Acceptance',
241
$vendorCodePath => '/Test/Acceptance'
242
];
243
0 commit comments