Skip to content

Commit 3e2a48a

Browse files
committed
Merge remote-tracking branch 'origin/AC-7857' into Hammer_Regression_issues_07Feb23
2 parents 857d3ec + a0c66ff commit 3e2a48a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function setUp(): void
4343
* Test saving of stock item on product save by 'setStockData' method (deprecated) via product repository
4444
*
4545
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
46-
* @magentoDbIsolation disabled
46+
* @magentoDbIsolation enabled
4747
*/
4848
public function testSaveBySetStockData()
4949
{
@@ -60,7 +60,7 @@ public function testSaveBySetStockData()
6060
* via product repository
6161
*
6262
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
63-
* @magentoDbIsolation disabled
63+
* @magentoDbIsolation enabled
6464
*/
6565
public function testSaveBySetData()
6666
{

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ protected function setUp(): void
6565
* Test saving of stock item by product data via product repository
6666
*
6767
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
68-
* @magentoDbIsolation disabled
68+
* @magentoDbIsolation enabled
6969
*/
7070
public function testSave()
7171
{
@@ -83,7 +83,7 @@ public function testSave()
8383
* product repository
8484
*
8585
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
86-
* @magentoDbIsolation disabled
86+
* @magentoDbIsolation enabled
8787
*/
8888
public function testSaveManuallyCreatedStockItem()
8989
{
@@ -104,7 +104,7 @@ public function testSaveManuallyCreatedStockItem()
104104
* product repository
105105
*
106106
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
107-
* @magentoDbIsolation disabled
107+
* @magentoDbIsolation enabled
108108
*/
109109
public function testSaveManuallyUpdatedStockItem()
110110
{

0 commit comments

Comments
 (0)