Skip to content

Commit f474439

Browse files
author
Rudolf Vince
committed
suppress ExcessiveMethodLength notice
1 parent 935bdfa commit f474439

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Wishlist/Test/Unit/Controller/Shared

1 file changed

+3
-1
lines changed

app/code/Magento/Wishlist/Test/Unit/Controller/Shared/CartTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ class CartTest extends TestCase
8686
/** @var Product|MockObject */
8787
protected $product;
8888

89-
// phpcs:ignore Generic.Files.LineLength.TooLong
89+
/**
90+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
91+
*/
9092
protected function setUp(): void
9193
{
9294
$this->request = $this->getMockBuilder(RequestInterface::class)

0 commit comments

Comments
 (0)