From 787911d5dde6e6ff069e20f80528e2edef9c1365 Mon Sep 17 00:00:00 2001 From: KevinBKozan Date: Mon, 23 Apr 2018 09:13:42 -0500 Subject: [PATCH] MQE-974: Change folder name from `MFTF` to `Mftf` - MFTF => Mftf --- .../FunctionalTestingFramework/Util/ModuleResolver.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php b/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php index 2a1adfe56..f3a6eb6e6 100644 --- a/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php +++ b/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php @@ -237,8 +237,8 @@ private function aggregateTestModulePaths() $codePathsToPattern = [ $modulePath => '', - $appCodePath => '/Test/MFTF', - $vendorCodePath => '/Test/MFTF' + $appCodePath => '/Test/Mftf', + $vendorCodePath => '/Test/Mftf' ]; foreach ($codePathsToPattern as $codePath => $pattern) {