Skip to content

Commit d4d17e2

Browse files
committed
Ignore long method warnings
1 parent 673a8a5 commit d4d17e2

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/HelperTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ protected function setUp()
157157

158158
/**
159159
* @covers \Magento\Catalog\Controller\Adminhtml\Product\Initialization\Helper::initialize
160+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
160161
* @param bool $isSingleStore
161162
* @param array $websiteIds
162163
* @param array $expWebsiteIds
@@ -283,6 +284,7 @@ public function testInitialize($isSingleStore, $websiteIds, $expWebsiteIds, $lin
283284

284285
/**
285286
* @return array
287+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
286288
*/
287289
public function initializeDataProvider()
288290
{

0 commit comments

Comments
 (0)