diff --git a/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php b/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php index 447516075..d776603d1 100644 --- a/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php +++ b/src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php @@ -372,6 +372,7 @@ private function globRelevantPaths($testPath, $pattern) } } + /* TODO uncomment this to show deprecation warning when we ready to fully deliver test packaging feature if (strpos($testPath, self::DEPRECATED_DEV_TESTS) !== false && !empty($modulePaths)) { $deprecatedPath = ltrim(self::DEPRECATED_DEV_TESTS, DIRECTORY_SEPARATOR); $suggestedPath = self::DEV_TESTS . DIRECTORY_SEPARATOR . 'Magento'; @@ -386,7 +387,7 @@ private function globRelevantPaths($testPath, $pattern) print ("\n$message\n\n"); } } - + */ return $modulePaths; }