Skip to content

Commit 3a81839

Browse files
committed
ACP2E-3945: Customer Order GraphQL : Retrieve product categories for the associated product is "not visible individually
1 parent 3dd082f commit 3a81839

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/CatalogGraphQl/Test/Unit/Model/Resolver/CategoriesTests.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
use PHPUnit\Framework\TestCase;
2626
use PHPUnit\Framework\MockObject\MockObject;
2727

28+
/**
29+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30+
*/
2831
class CategoriesTests extends TestCase
2932
{
3033
/**

0 commit comments

Comments
 (0)