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 d89dddf commit fd7b55bCopy full SHA for fd7b55b
app/code/Magento/Bundle/Test/Unit/Model/ResourceModel/SelectionTest.php
@@ -75,7 +75,6 @@ public function testSaveSelectionPrice()
75
['selection_price_type', 'selection_price_value']
76
);
77
78
-
79
$parentResources = $this->createMock(ResourceConnection::class);
80
$parentResources->expects($this->once())->method('getConnection')->willReturn($connection);
81
$parentResources->expects($this->once())->method('getTableName')
0 commit comments