Skip to content

Commit 1a8201c

Browse files
committed
ACP2E-3389: Adobe Commerce backend loads categories very slowly
1 parent 499dc26 commit 1a8201c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Category/CollectionTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
use PHPUnit\Framework\MockObject\MockObject;
2828
use PHPUnit\Framework\TestCase;
2929

30+
/**
31+
* @SuppressWarnings(PHPMD.TooManyFields)
32+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
33+
*/
3034
class CollectionTest extends TestCase
3135
{
3236

0 commit comments

Comments
 (0)