From 2e80aa6b3bdb0e936caf370b700ebbe63a4ba44b Mon Sep 17 00:00:00 2001 From: KevinBKozan Date: Thu, 12 Apr 2018 10:05:31 -0500 Subject: [PATCH] MQE-918: Support for MFTF folder - appCode/VendorCode paths changed to meet AC. --- .../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 324e206ce..4515e5c43 100644 --- a/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php +++ b/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php @@ -238,9 +238,9 @@ private function aggregateTestModulePaths() . 'vendor' . DIRECTORY_SEPARATOR; $codePathsToPattern = [ - $appCodePath => '/Test/Acceptance', + $appCodePath => '/Test/MFTF', $modulePath => '', - $vendorCodePath => '/Test/Acceptance' + $vendorCodePath => '/Test/MFTF' ]; foreach ($codePathsToPattern as $codePath => $pattern) {