Skip to content

Commit b37e2b3

Browse files
authored
Merge branch 'develop' into ochnygosch-fDiverseArray
2 parents cd94d20 + 365daa2 commit b37e2b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ private function globRelevantPaths($testPath, $pattern)
372372
}
373373
}
374374

375+
/* TODO uncomment this to show deprecation warning when we ready to fully deliver test packaging feature
375376
if (strpos($testPath, self::DEPRECATED_DEV_TESTS) !== false && !empty($modulePaths)) {
376377
$deprecatedPath = ltrim(self::DEPRECATED_DEV_TESTS, DIRECTORY_SEPARATOR);
377378
$suggestedPath = self::DEV_TESTS . DIRECTORY_SEPARATOR . 'Magento';
@@ -386,7 +387,7 @@ private function globRelevantPaths($testPath, $pattern)
386387
print ("\n$message\n\n");
387388
}
388389
}
389-
390+
*/
390391
return $modulePaths;
391392
}
392393

0 commit comments

Comments
 (0)