Skip to content

Commit 672a408

Browse files
MAGETWO-64669: Performance degradation for bundle product if price view set as from..to
1 parent 0754f3c commit 672a408

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Bundle/Test/Unit/Model/Product/TypeTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,9 +2307,9 @@ private function getRequiredOptionMock($id, $selectionQty)
23072307
private function getSelectionCollectionMock(array $selectedOptions)
23082308
{
23092309
$selectionCollectionMock = $this->getMockBuilder(
2310-
\Magento\Bundle\Model\ResourceModel\Selection\Collection::class
2311-
)->disableOriginalConstructor()
2312-
->getMock();
2310+
\Magento\Bundle\Model\ResourceModel\Selection\Collection::class
2311+
)->disableOriginalConstructor()
2312+
->getMock();
23132313

23142314
$selectionCollectionMock
23152315
->expects($this->any())

0 commit comments

Comments
 (0)