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 888ad59 commit 0a1ae3bCopy full SHA for 0a1ae3b
app/code/Magento/Catalog/Test/Unit/Ui/Component/FilterFactoryTest.php
@@ -86,7 +86,7 @@ public function testCreateWithUseSourceAttribute()
86
$sourceMock->method('getAllOptions')->willReturn(self::STUB_ATTRIBUTE['all_options']);
87
$this->componentFactoryMock->expects($this->once())
88
->method('create')
89
- ->with('color', 'filterSelect', [
+ ->with(self::STUB_ATTRIBUTE['attribute_code'], 'filterSelect', [
90
'data' => [
91
'config' => [
92
'options' => self::STUB_ATTRIBUTE['all_options'],
0 commit comments