Skip to content

Commit 219024c

Browse files
Disabling product doesn't remove from flat table
- Suppresses coupling warning in unit test
1 parent 38bd9d3 commit 219024c

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
@@ -10,6 +10,9 @@
1010

1111
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
1212

13+
/**
14+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
15+
*/
1316
class RowTest extends \PHPUnit\Framework\TestCase
1417
{
1518
/**

0 commit comments

Comments
 (0)