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.
MFTF
Mftf
1 parent 0c0f3d6 commit 787911dCopy full SHA for 787911d
src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php
@@ -237,8 +237,8 @@ private function aggregateTestModulePaths()
237
238
$codePathsToPattern = [
239
$modulePath => '',
240
- $appCodePath => '/Test/MFTF',
241
- $vendorCodePath => '/Test/MFTF'
+ $appCodePath => '/Test/Mftf',
+ $vendorCodePath => '/Test/Mftf'
242
];
243
244
foreach ($codePathsToPattern as $codePath => $pattern) {
0 commit comments