Skip to content

Commit 32a6114

Browse files
committed
MC-15534: [MSI] Remove blacklisted dependency
1 parent b50dbca commit 32a6114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/DeclarativeDependencyTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ function ($file) {
7171
$result = [];
7272
foreach ($undeclaredDependency as $name => $modules) {
7373
$modules = array_unique($modules);
74+
$result[] = $this->getErrorMessage($name) . "\n" . implode("\t\n", $modules) . "\n";
7475
}
7576
if (!empty($result)) {
7677
$this->fail(

0 commit comments

Comments
 (0)