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 cdd71a6 commit f3fb017Copy full SHA for f3fb017
app/code/Magento/ConfigurableProduct/Test/Unit/Model/ResourceModel/Attribute/OptionSelectBuilderTest.php
@@ -138,7 +138,7 @@ public function testGetSelectWithBackendModel()
138
{
139
$this->select->expects($this->exactly(1))->method('from')->willReturnSelf();
140
$this->select->expects($this->exactly(0))->method('columns')->willReturnSelf();
141
- $this->select->expects($this->exactly(5))->method('joinInner')->willReturnSelf();
+ $this->select->expects($this->exactly(6))->method('joinInner')->willReturnSelf();
142
$this->select->expects($this->exactly(1))->method('joinLeft')->willReturnSelf();
143
$this->select->expects($this->exactly(2))->method('where')->willReturnSelf();
144
0 commit comments