Skip to content

Commit ddda1c0

Browse files
committed
MAGETWO-55729: [Customer] Optimize performance for bundled products with lots of product options
- fix static
1 parent 48b9db3 commit ddda1c0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundleWithSpecialPriceCalculatorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ private function getBundleConfiguration5()
305305
];
306306
}
307307

308-
309308
/**
310309
* Dynamic bundle with one simple product with special price
311310
* @return array

dev/tests/integration/testsuite/Magento/Bundle/Model/Product/FixedBundlePriceCalculatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public function testPriceForFixedBundleInWebsiteScope(array $strategyModifiers,
7474
/**
7575
* Test cases for current test
7676
* @return array
77+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
7778
*/
7879
public function getTestCases()
7980
{

0 commit comments

Comments
 (0)