File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/Action Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ public function testReindexAllMultipleStores()
93
93
/** @var StoreManagerInterface $storeManager */
94
94
$ storeManager = $ this ->objectManager ->get (StoreManagerInterface::class);
95
95
$ store = $ storeManager ->getStore ('fixturestore ' );
96
+ $ currentStore = $ storeManager ->getStore ();
96
97
97
98
$ expectedData = [
98
99
$ storeManager ->getDefaultStoreView ()->getId () => 'Simple Product One ' ,
@@ -117,6 +118,7 @@ public function testReindexAllMultipleStores()
117
118
);
118
119
}
119
120
121
+ $ storeManager ->setCurrentStore ($ currentStore );
120
122
$ this ->objectManager ->removeSharedInstance (State::class);
121
123
$ this ->objectManager ->removeSharedInstance (Processor::class);
122
124
}
You can’t perform that action at this time.
0 commit comments