File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
dev/tests/integration/testsuite/Magento/Catalog
Controller/Adminhtml/Product/Save Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \Catalog \Controller \Adminhtml ;
8
+ namespace Magento \Catalog \Controller \Adminhtml \ Product \ Save ;
9
9
10
10
use Magento \Catalog \Api \ProductRepositoryInterface ;
11
11
use Magento \Catalog \Model \Product ;
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ protected function setUp()
83
83
* @dataProvider editDeleteRelatedUpSellCrossSellProductsProvider
84
84
* @magentoDataFixture Magento/Catalog/_files/products.php
85
85
* @magentoDataFixture Magento/Catalog/_files/multiple_products.php
86
+ * @magentoAppIsolation enabled
86
87
* @magentoDbIsolation enabled
87
88
* @param array $data
88
89
* @return void
You can’t perform that action at this time.
0 commit comments