Skip to content
Snippets Groups Projects
Commit ddda1c04 authored by Michail Slabko's avatar Michail Slabko
Browse files

MAGETWO-55729: [Customer] Optimize performance for bundled products with lots of product options

- fix static
parent 48b9db34
Branches
No related merge requests found
...@@ -305,7 +305,6 @@ class DynamicBundleWithSpecialPriceCalculatorTest extends BundlePriceAbstract ...@@ -305,7 +305,6 @@ class DynamicBundleWithSpecialPriceCalculatorTest extends BundlePriceAbstract
]; ];
} }
/** /**
* Dynamic bundle with one simple product with special price * Dynamic bundle with one simple product with special price
* @return array * @return array
......
...@@ -74,6 +74,7 @@ class FixedBundlePriceCalculatorTest extends BundlePriceAbstract ...@@ -74,6 +74,7 @@ class FixedBundlePriceCalculatorTest extends BundlePriceAbstract
/** /**
* Test cases for current test * Test cases for current test
* @return array * @return array
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/ */
public function getTestCases() public function getTestCases()
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment