Skip to content

Commit aca349e

Browse files
committed
MC-24057: Implement static dependency analysis for wildcard and API urls
- added id attributes back to ConfigReader
1 parent e11997b commit aca349e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ protected static function _initRules()
292292
'webapi.xml',
293293
[
294294
'/routes/route' => ['url', 'method'],
295+
'/routes/route/resources/resource' => 'ref',
296+
'/routes/route/data/parameter' => 'name',
295297
],
296298
);
297299

0 commit comments

Comments
 (0)