Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
order_fixture_store_rollback.php
Go to the documentation of this file.
1 <?php
10 
11 require __DIR__ . '/default_rollback.php';
12 require __DIR__ . '/../../Catalog/_files/product_simple_duplicated_rollback.php';
13 require __DIR__ . '/../../Store/_files/core_fixturestore_rollback.php';
14 
15 Bootstrap::getObjectManager()->get(IndexerRegistry::class)
16  ->get(FulltextIndexer::INDEXER_ID)
17  ->reindexAll();
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60