From df1c0cfb16654577982116fa30ac2a056c824e17 Mon Sep 17 00:00:00 2001 From: KevinBKozan Date: Thu, 12 Apr 2018 16:06:31 -0500 Subject: [PATCH] MQE-919: Order of test merging - Changed order to module, appcode, then vendor. --- src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php b/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php index 324e206ce..58eb4d908 100644 --- a/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php +++ b/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php @@ -238,8 +238,8 @@ private function aggregateTestModulePaths() . 'vendor' . DIRECTORY_SEPARATOR; $codePathsToPattern = [ - $appCodePath => '/Test/Acceptance', $modulePath => '', + $appCodePath => '/Test/Acceptance', $vendorCodePath => '/Test/Acceptance' ];