File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
dev/tests/integration/testsuite/Magento Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 26
26
} catch (StateException $ exception ) {
27
27
}
28
28
29
+ \Magento \Framework \App \ObjectManager::getInstance ()
30
+ ->create (\Magento \CatalogInventory \Model \Indexer \Stock \Processor::class)
31
+ ->reindexAll ();
32
+
29
33
$ registry ->unregister ('isSecureArea ' );
30
34
$ registry ->register ('isSecureArea ' , false );
Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ protected function tearDown(): void
116
116
}
117
117
118
118
/**
119
- * @magentoDataFixture Magento/Catalog/_files/product_virtual.php
120
119
* @magentoDataFixture Magento/Sales/_files/quote.php
120
+ * @magentoDataFixture Magento/Catalog/_files/product_virtual.php
121
121
* @return void
122
122
*/
123
123
public function testCollectTotalsWithVirtual (): void
You can’t perform that action at this time.
0 commit comments