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 bbfdb08 commit 888ad59Copy full SHA for 888ad59
app/code/Magento/Catalog/Test/Unit/Ui/Component/FilterFactoryTest.php
@@ -92,7 +92,7 @@ public function testCreateWithUseSourceAttribute()
92
'options' => self::STUB_ATTRIBUTE['all_options'],
93
'caption' => (string)__('Select...'),
94
'dataScope' => self::STUB_ATTRIBUTE['attribute_code'],
95
- 'label' => (string)__(self::STUB_ATTRIBUTE['default_frontend_label']),
+ 'label' => self::STUB_ATTRIBUTE['default_frontend_label'],
96
]
97
],
98
'context' => $contextMock
0 commit comments