Skip to content

Commit 09a1ec1

Browse files
committed
ACQE-5089
1 parent 0b5df12 commit 09a1ec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/TestDependencyCheck.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ public function execute(InputInterface $input)
113113
);
114114
}
115115

116+
// Build array of entities found in allow-list files
117+
// Expect one entity per file line, no commas or anything else
116118
foreach ($allModules as $modulePath)
117119
{
118120
if (file_exists($modulePath . DIRECTORY_SEPARATOR . self::ALLOW_LIST_FILENAME)) {

0 commit comments

Comments
 (0)