From ddda1c0469f6e21f8c179a164db609ce1e4d815e Mon Sep 17 00:00:00 2001 From: Michail Slabko <mslabko@magento.com> Date: Mon, 14 Nov 2016 12:36:24 +0200 Subject: [PATCH] MAGETWO-55729: [Customer] Optimize performance for bundled products with lots of product options - fix static --- .../Product/DynamicBundleWithSpecialPriceCalculatorTest.php | 1 - .../Bundle/Model/Product/FixedBundlePriceCalculatorTest.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundleWithSpecialPriceCalculatorTest.php b/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundleWithSpecialPriceCalculatorTest.php index 63efce39455..f701c93789c 100644 --- a/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundleWithSpecialPriceCalculatorTest.php +++ b/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundleWithSpecialPriceCalculatorTest.php @@ -305,7 +305,6 @@ class DynamicBundleWithSpecialPriceCalculatorTest extends BundlePriceAbstract ]; } - /** * Dynamic bundle with one simple product with special price * @return array diff --git a/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/FixedBundlePriceCalculatorTest.php b/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/FixedBundlePriceCalculatorTest.php index 31ceea07ee2..07b455a0fee 100644 --- a/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/FixedBundlePriceCalculatorTest.php +++ b/dev/tests/integration/testsuite/Magento/Bundle/Model/Product/FixedBundlePriceCalculatorTest.php @@ -74,6 +74,7 @@ class FixedBundlePriceCalculatorTest extends BundlePriceAbstract /** * Test cases for current test * @return array + * @SuppressWarnings(PHPMD.ExcessiveMethodLength) */ public function getTestCases() { -- GitLab