Skip to content

Commit 17fd97b

Browse files
committed
MQE-1288: ModuleResolver test paths are too greedy
- Fixed Empty space and unused comma
1 parent dda214e commit 17fd97b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,7 @@ private function aggregateTestModulePaths()
246246
$codePathsToPattern = [
247247
$modulePath => '',
248248
$magentoBaseCodePath . $vendorCodePath => 'Test' . DIRECTORY_SEPARATOR . 'Mftf',
249-
$magentoBaseCodePath . $appCodePath => 'Test' . DIRECTORY_SEPARATOR . 'Mftf',
250-
249+
$magentoBaseCodePath . $appCodePath => 'Test' . DIRECTORY_SEPARATOR . 'Mftf'
251250
];
252251

253252
foreach ($codePathsToPattern as $codePath => $pattern) {

0 commit comments

Comments
 (0)