Skip to content

Commit 2ee18cd

Browse files
committed
MAGETWO-58174: When catalog is being indexed it should index in place or leverage an index alias so store can still function during a long index run
- Fix coupling between objects in test class
1 parent a29406d commit 2ee18cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Indexer/SwitcherUsedInFulltextTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/**
1515
* @magentoDbIsolation disabled
1616
* @magentoDataFixture Magento/CatalogSearch/_files/indexer_fulltext.php
17+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1718
*/
1819
class SwitcherUsedInFulltextTest extends \PHPUnit_Framework_TestCase
1920
{

0 commit comments

Comments
 (0)