Skip to content

Commit 26e7276

Browse files
committed
Merge remote-tracking branch 'origin/BUG#AC11712V1' into spartans_pr_15042024
2 parents ef6d9c8 + 4028c25 commit 26e7276

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductUpdate/ByProductModel/ByQuantityAndStockStatusTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected function setUp(): void
4444
* model (deprecated)
4545
*
4646
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
47-
* @magentoDbIsolation disabled
47+
* @magentoDbIsolation enabled
4848
*/
4949
public function testSaveBySetQuantityAndStockStatus()
5050
{
@@ -61,7 +61,7 @@ public function testSaveBySetQuantityAndStockStatus()
6161
* via product model (deprecated)
6262
*
6363
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
64-
* @magentoDbIsolation disabled
64+
* @magentoDbIsolation enabled
6565
*/
6666
public function testSaveBySetData()
6767
{

dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductUpdate/ByProductModel/ByStockDataTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected function setUp(): void
4444
* model (deprecated)
4545
*
4646
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
47-
* @magentoDbIsolation disabled
47+
* @magentoDbIsolation enabled
4848
*/
4949
public function testSaveBySetStockData()
5050
{
@@ -61,7 +61,7 @@ public function testSaveBySetStockData()
6161
* via product model (deprecated)
6262
*
6363
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
64-
* @magentoDbIsolation disabled
64+
* @magentoDbIsolation enabled
6565
*/
6666
public function testSaveBySetData()
6767
{

dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductUpdate/ByProductModel/ByStockItemTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function testSave()
7676
* product model (deprecated)
7777
*
7878
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
79-
* @magentoDbIsolation disabled
79+
* @magentoDbIsolation enabled
8080
*/
8181
public function testSaveManuallyCreatedStockItem()
8282
{
@@ -97,7 +97,7 @@ public function testSaveManuallyCreatedStockItem()
9797
* product repository (deprecated)
9898
*
9999
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
100-
* @magentoDbIsolation disabled
100+
* @magentoDbIsolation enabled
101101
*/
102102
public function testSaveManuallyUpdatedStockItem()
103103
{
@@ -116,7 +116,7 @@ public function testSaveManuallyUpdatedStockItem()
116116

117117
/**
118118
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
119-
* @magentoDbIsolation disabled
119+
* @magentoDbIsolation enabled
120120
*/
121121
public function testAutomaticIsInStockUpdate(): void
122122
{

dev/tests/integration/testsuite/Magento/CatalogInventory/Model/StockItemSave/OnProductUpdate/ByProductRepository/ByQuantityAndStockStatusTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected function setUp(): void
4444
* repository
4545
*
4646
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
47-
* @magentoDbIsolation disabled
47+
* @magentoDbIsolation enabled
4848
*/
4949
public function testSaveBySetQuantityAndStockStatus()
5050
{
@@ -61,7 +61,7 @@ public function testSaveBySetQuantityAndStockStatus()
6161
* via product repository
6262
*
6363
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
64-
* @magentoDbIsolation disabled
64+
* @magentoDbIsolation enabled
6565
*/
6666
public function testSaveBySetData()
6767
{

0 commit comments

Comments
 (0)