File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
dev/tests/integration/testsuite/Magento/Sales/_files Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
require __DIR__ . '/../../../Magento/Store/_files/core_fixturestore.php ' ;
10
10
11
+ $ objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
12
+
13
+ $ objectManager ->get (\Magento \Framework \Indexer \IndexerRegistry::class)
14
+ ->get ('catalogsearch_fulltext ' )
15
+ ->reindexAll ();
16
+
11
17
require __DIR__ . '/../../../Magento/Catalog/_files/product_simple_duplicated.php ' ;
12
18
/** @var \Magento\Catalog\Model\Product $product */
13
19
14
20
$ addressData = include __DIR__ . '/address_data.php ' ;
15
21
16
- $ objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
17
-
18
22
$ billingAddress = $ objectManager ->create (\Magento \Sales \Model \Order \Address::class, ['data ' => $ addressData ]);
19
23
$ billingAddress ->setAddressType ('billing ' );
20
24
You can’t perform that action at this time.
0 commit comments