Skip to content

Commit 0ac7768

Browse files
committed
ACP2E-1401: catalog_product_price index getting stuck
1 parent 80ae335 commit 0ac7768

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Price/Action/RowDefaultPriceIndexerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
use PHPUnit\Framework\TestCase;
2929
use PHPUnit\Framework\MockObject\MockObject;
3030

31+
/**
32+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
33+
*/
3134
class RowDefaultPriceIndexerTest extends TestCase
3235
{
3336
/**

0 commit comments

Comments
 (0)