File tree Expand file tree Collapse file tree 3 files changed +2
-128
lines changed
InventoryConfigurableProduct/Test/Integration/Plugin/Model/Product/Type/Configurable
InventoryIndexer/Test/Integration/Model/Queue
dev/tests/integration/_files/Magento/TestModuleInventoryStateCache/etc Expand file tree Collapse file tree 3 files changed +2
-128
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ protected function setUp(): void
65
65
}
66
66
67
67
#[
68
- DbIsolation(true ),
68
+ DbIsolation(false ),
69
69
AppIsolation(true ),
70
70
DataFixture(SourceFixture::class, as: 'source2 ' ),
71
71
DataFixture(StockFixture::class, as: 'stock2 ' ),
@@ -109,7 +109,7 @@ public function testProductsStatusesAfterBuyingChildProduct(): void
109
109
}
110
110
111
111
#[
112
- DbIsolation(true ),
112
+ DbIsolation(false ),
113
113
AppIsolation(true ),
114
114
DataFixture(SourceFixture::class, as: 'source2 ' ),
115
115
DataFixture(StockFixture::class, as: 'stock2 ' ),
Original file line number Diff line number Diff line change 12
12
<type name =" Magento\InventoryIndexer\Model\ResourceModel\GetStockItemData" >
13
13
<plugin name =" inventory_catalog_get_legacy_stock_item_data_from_stock_registry" disabled =" true" />
14
14
</type >
15
- <type name =" Magento\InventoryIndexer\Model\ResourceModel\GetStockItemsData" >
16
- <plugin name =" inventory_catalog_get_bulk_legacy_stock_item_data_from_stock_registry" disabled =" true" />
17
- </type >
18
15
<type name =" Magento\Inventory\Model\ResourceModel\IsProductAssignedToStock" >
19
16
<plugin name =" cache_product_stock_assignment_check" disabled =" true" />
20
17
</type >
23
20
<preference for =" Magento\InventoryCatalogApi\Model\GetSkusByProductIdsInterface" type =" Magento\InventoryCatalog\Model\GetSkusByProductIds" />
24
21
<preference for =" Magento\InventoryCatalogApi\Model\GetProductTypesBySkusInterface" type =" Magento\InventoryCatalog\Model\ResourceModel\GetProductTypesBySkus" />
25
22
<preference for =" Magento\InventorySalesApi\Model\GetStockItemDataInterface" type =" Magento\InventoryIndexer\Model\ResourceModel\GetStockItemData" />
26
- <preference for =" Magento\InventorySalesApi\Model\GetStockItemsDataInterface" type =" Magento\InventoryIndexer\Model\ResourceModel\GetStockItemsData" />
27
23
<preference for =" Magento\InventoryReservationsApi\Model\GetReservationsQuantityInterface" type =" Magento\InventoryReservations\Model\ResourceModel\GetReservationsQuantity" />
28
24
<preference for =" Magento\InventorySalesApi\Model\GetAssignedSalesChannelsForStockInterface" type =" Magento\InventorySales\Model\GetAssignedSalesChannelsForStock" />
29
25
<preference for =" Magento\InventorySalesApi\Api\GetStockBySalesChannelInterface" type =" Magento\InventorySales\Model\GetStockBySalesChannel" />
You can’t perform that action at this time.
0 commit comments