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 25a2745 commit e159581Copy full SHA for e159581
dev/tests/integration/testsuite/Magento/Framework/View/Element/UiComponent/ContextTest.php
@@ -92,7 +92,10 @@ public function testGetDataSourceData(): void
92
'dataScope' => null,
93
'config' => [
94
'data' => ['some_field' => '${\'some_value\'}', '__disableTmpl' => ['some_field' => true]],
95
- 'params' => ['namespace' => null]]
+ 'params' => [
96
+ 'namespace' => null,
97
+ 'id' => 'id'
98
+ ]]
99
]
100
],
101
$data
0 commit comments