Skip to content

Commit 4b999ca

Browse files
committed
MC-37630: Updating Design Configuration runs full reindex which generates DDL statement DROP Table
1 parent 9327c28 commit 4b999ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Theme/Test/Unit/Model/Indexer/Design/ConfigTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
/**
99
* Test design config indexer model
10-
*
11-
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1210
*/
1311
namespace Magento\Theme\Test\Unit\Model\Indexer\Design;
1412

@@ -32,6 +30,9 @@
3230
use Magento\Theme\Model\Indexer\Design\IndexerHandler;
3331
use Magento\Framework\DB\Adapter\AdapterInterface;
3432

33+
/**
34+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
35+
*/
3536
class ConfigTest extends TestCase
3637
{
3738
/**

0 commit comments

Comments
 (0)