Skip to content

Commit 8c83881

Browse files
ishakhsuvarovgelanivishal
authored andcommitted
Disabling product doesn't remove from flat table
- Suppresses coupling warning in unit test
1 parent 13595a3 commit 8c83881

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Action

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Action/RowTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
1010

11+
/**
12+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
13+
*/
1114
class RowTest extends \PHPUnit\Framework\TestCase
1215
{
1316
/**

0 commit comments

Comments
 (0)