File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
dev/tests/static/framework/tests/unit/testsuite/Magento/TestFramework/Dependency Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ public function getDependencyInfoDataCaseGetUrlDataProvider()
281
281
]
282
282
],
283
283
],
284
- //Skip processing routeid wildcards
284
+ //Skip processing routeid wildcards due to complexity in resolution
285
285
'getUrl from routeid wildcard in controller ' => [
286
286
'Magento\Catalog\Controller\ControllerName\SomeClass ' ,
287
287
'$this->getUrl("*/Invalid/*") ' ,
@@ -404,6 +404,8 @@ private function getModuleFromClass(string $class): string
404
404
405
405
/**
406
406
* Returns an example list of services that would be parsed via the configReader
407
+ *
408
+ * @return \PHPUnit\Framework\MockObject\MockObject | Filesystem
407
409
*/
408
410
private function makeWebApiConfigReaderMock ()
409
411
{
You can’t perform that action at this time.
0 commit comments