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 63efce39455891b900f3c47bc348982a4711d83f..f701c93789c16c65a512ce36d6dc12b6b01b99ca 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 31ceea07ee22dd0b064c4616c54f6ee6b33b1200..07b455a0feeaf75af21e7edb39bf7af0ffb9aad6 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() {