We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036a0bc commit c967fabCopy full SHA for c967fab
dev/tests/integration/testsuite/Magento/Sales/_files/order_fixture_store_rollback.php
@@ -0,0 +1,16 @@
1
+<?php
2
+/**
3
+ * Copyright © 2013-2017 Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+
7
+use Magento\TestFramework\Helper\Bootstrap;
8
+use Magento\Framework\Indexer\IndexerRegistry;
9
10
+require __DIR__ . '/default_rollback.php';
11
+require __DIR__ . '/../../Catalog/_files/product_simple_duplicated_rollback.php';
12
+require __DIR__ . '/../../Store/_files/core_fixturestore_rollback.php';
13
14
+Bootstrap::getObjectManager()->get(IndexerRegistry::class)
15
+ ->get('catalogsearch_fulltext')
16
+ ->reindexAll();
0 commit comments