There was an error while loading. Please reload this page.
MFTF
Mftf
1 parent 53ec0e8 commit 883c327Copy full SHA for 883c327
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