We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5df12 commit 09a1ec1Copy full SHA for 09a1ec1
src/Magento/FunctionalTestingFramework/StaticCheck/TestDependencyCheck.php
@@ -113,6 +113,8 @@ public function execute(InputInterface $input)
113
);
114
}
115
116
+ // Build array of entities found in allow-list files
117
+ // Expect one entity per file line, no commas or anything else
118
foreach ($allModules as $modulePath)
119
{
120
if (file_exists($modulePath . DIRECTORY_SEPARATOR . self::ALLOW_LIST_FILENAME)) {
0 commit comments