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 dda214e commit 17fd97bCopy full SHA for 17fd97b
src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php
@@ -246,8 +246,7 @@ private function aggregateTestModulePaths()
246
$codePathsToPattern = [
247
$modulePath => '',
248
$magentoBaseCodePath . $vendorCodePath => 'Test' . DIRECTORY_SEPARATOR . 'Mftf',
249
- $magentoBaseCodePath . $appCodePath => 'Test' . DIRECTORY_SEPARATOR . 'Mftf',
250
-
+ $magentoBaseCodePath . $appCodePath => 'Test' . DIRECTORY_SEPARATOR . 'Mftf'
251
];
252
253
foreach ($codePathsToPattern as $codePath => $pattern) {
0 commit comments