Skip to content

Commit 732be76

Browse files
committed
MC-24057: Implement static dependency analysis for wildcard and API urls
- Fixed comments
1 parent caf0348 commit 732be76

File tree

1 file changed

+3
-1
lines changed
  • dev/tests/static/framework/tests/unit/testsuite/Magento/TestFramework/Dependency

1 file changed

+3
-1
lines changed

dev/tests/static/framework/tests/unit/testsuite/Magento/TestFramework/Dependency/PhpRuleTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public function getDependencyInfoDataCaseGetUrlDataProvider()
281281
]
282282
],
283283
],
284-
//Skip processing routeid wildcards
284+
//Skip processing routeid wildcards due to complexity in resolution
285285
'getUrl from routeid wildcard in controller' => [
286286
'Magento\Catalog\Controller\ControllerName\SomeClass',
287287
'$this->getUrl("*/Invalid/*")',
@@ -404,6 +404,8 @@ private function getModuleFromClass(string $class): string
404404

405405
/**
406406
* Returns an example list of services that would be parsed via the configReader
407+
*
408+
* @return \PHPUnit\Framework\MockObject\MockObject | Filesystem
407409
*/
408410
private function makeWebApiConfigReaderMock()
409411
{

0 commit comments

Comments
 (0)