Skip to content

Commit 883c327

Browse files
authored
MQE-974: Change folder name from MFTF to Mftf
- MFTF => Mftf
1 parent 53ec0e8 commit 883c327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ private function aggregateTestModulePaths()
237237

238238
$codePathsToPattern = [
239239
$modulePath => '',
240-
$appCodePath => '/Test/MFTF',
241-
$vendorCodePath => '/Test/MFTF'
240+
$appCodePath => '/Test/Mftf',
241+
$vendorCodePath => '/Test/Mftf'
242242
];
243243

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

0 commit comments

Comments
 (0)