Skip to content

Commit c3a9657

Browse files
committed
MAGETWO-55729: [Customer] Optimize performance for bundled products with lots of product options
- MAGETWO-60467: Simple product name not displayed as options on product page
1 parent 5f82777 commit c3a9657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Test/Unit/Pricing/Adjustment/CalculatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function testGetterAmount($amountForBundle, $optionList, $expectedResult)
168168
}
169169

170170
$optionSelections = [];
171-
foreach ($options as $index => $option) {
171+
foreach ($options as $option) {
172172
$selectionsCollection = $this->getMockBuilder(Collection::class)
173173
->disableOriginalConstructor()
174174
->getMock();

0 commit comments

Comments
 (0)