From 7bcbbebef423cc1f38f287a779939662fcc7a035 Mon Sep 17 00:00:00 2001
From: Ievgen Shakhsuvarov <ishakhsuvarov@users.noreply.github.com>
Date: Sat, 20 Jan 2018 14:57:50 +0200
Subject: [PATCH] MAGETWO-86882: Duplicating Bundle Product Removes Bundle
 Options From Original Product

 - Added suppress warning for a test method which was too long
---
 .../Magento/Bundle/Controller/Adminhtml/ProductTest.php          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/tests/integration/testsuite/Magento/Bundle/Controller/Adminhtml/ProductTest.php b/dev/tests/integration/testsuite/Magento/Bundle/Controller/Adminhtml/ProductTest.php
index f48f2019dd5..215d3de72a6 100644
--- a/dev/tests/integration/testsuite/Magento/Bundle/Controller/Adminhtml/ProductTest.php
+++ b/dev/tests/integration/testsuite/Magento/Bundle/Controller/Adminhtml/ProductTest.php
@@ -49,6 +49,7 @@ class ProductTest extends AbstractBackendController
      * Get necessary request post params for creating and duplicating bundle product.
      *
      * @return array
+     * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
      */
     private function getRequestParamsForDuplicate()
     {
-- 
GitLab