Skip to content

Commit 4d7b951

Browse files
committed
MC-20675: Admin: Add/edit/delete related, up-sells, cross-sells products
1 parent 688711c commit 4d7b951

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save/LinksTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\Catalog\Controller\Adminhtml;
8+
namespace Magento\Catalog\Controller\Adminhtml\Product\Save;
99

1010
use Magento\Catalog\Api\ProductRepositoryInterface;
1111
use Magento\Catalog\Model\Product;

dev/tests/integration/testsuite/Magento/Catalog/Model/Product/LinksTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ protected function setUp()
8383
* @dataProvider editDeleteRelatedUpSellCrossSellProductsProvider
8484
* @magentoDataFixture Magento/Catalog/_files/products.php
8585
* @magentoDataFixture Magento/Catalog/_files/multiple_products.php
86+
* @magentoAppIsolation enabled
8687
* @magentoDbIsolation enabled
8788
* @param array $data
8889
* @return void

0 commit comments

Comments
 (0)