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 d9fc848 commit c7cd77dCopy full SHA for c7cd77d
dev/tests/integration/testsuite/Magento/Test/Integrity/Modular/RouteConfigFilesTest.php
@@ -61,7 +61,7 @@ public function testRouteConfigsValidation()
61
$files = array_merge($files, glob($mask));
62
}
63
$mergedConfig = new \Magento\Framework\Config\Dom(
64
- '<config></config>',
+ '<config><router/></config>',
65
$this->validationStateMock,
66
$this->_idAttributes
67
);
0 commit comments