Skip to content

Commit e7da6b9

Browse files
committed
Temp hack for Yireo_IntegrationTestHelper
1 parent bb7d178 commit e7da6b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Scan/ScanModuleXmlDependencies.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ public function scan(string $moduleName, array $components)
4545
continue;
4646
}
4747

48+
// @todo: Remove this hard-coded hack by flagging this component as dev requirement so optional
49+
if ($component->getComponentName() === 'Yireo_IntegrationTestHelper') {
50+
continue;
51+
}
52+
4853
$isComponentFoundInModuleXml = false;
4954
foreach ($moduleXmlComponents as $moduleXmlComponent) {
5055
if ($component->getComponentName() === $moduleXmlComponent->getComponentName()) {

0 commit comments

Comments
 (0)