Skip to content
Snippets Groups Projects
Commit 2ee18cd5 authored by Illia Grybkov's avatar Illia Grybkov
Browse files

MAGETWO-58174: When catalog is being indexed it should index in place or...

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
parent a29406dc
No related merge requests found
......@@ -14,6 +14,7 @@ use Magento\TestFramework\Helper\Bootstrap;
/**
* @magentoDbIsolation disabled
* @magentoDataFixture Magento/CatalogSearch/_files/indexer_fulltext.php
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class SwitcherUsedInFulltextTest extends \PHPUnit_Framework_TestCase
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment