File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \Catalog \Controller \Adminhtml ;
9
9
10
+ use Magento \Backend \App \Area \FrontNameResolver ;
10
11
use Magento \Catalog \Api \CategoryRepositoryInterface ;
11
12
use Magento \Catalog \Model \Category as Category ;
12
13
use Magento \Catalog \Model \ResourceModel \Product as ProductResource ;
13
- use Magento \Backend \App \Area \FrontNameResolver ;
14
- use Magento \Catalog \Model \ResourceModel \Product ;
15
14
use Magento \Framework \App \Request \Http as HttpRequest ;
16
15
use Magento \Framework \Message \MessageInterface ;
17
16
use Magento \Framework \Serialize \Serializer \Json ;
18
17
use Magento \Store \Api \StoreRepositoryInterface ;
19
- use Magento \Catalog \Model \ResourceModel \Product ;
20
18
use Magento \TestFramework \TestCase \AbstractBackendController ;
21
- use Magento \Framework \Message \MessageInterface ;
22
- use Magento \Catalog \Api \CategoryRepositoryInterface ;
23
- use Magento \Framework \Exception \NoSuchEntityException ;
24
19
use Magento \TestFramework \Helper \Bootstrap ;
25
- use Magento \Store \Model \Store ;
26
20
27
21
/**
28
22
* Test for category backend actions
@@ -526,7 +520,6 @@ public function saveActionWithDifferentWebsitesDataProvider(): array
526
520
'path ' => '1/2/96377 ' ,
527
521
'level ' => '2 ' ,
528
522
'children_count ' => '0 ' ,
529
- 'row_id ' => '96377 ' ,
530
523
'name ' => 'Category 1 ' ,
531
524
'display_mode ' => 'PRODUCTS ' ,
532
525
'url_key ' => 'category-1 ' ,
You can’t perform that action at this time.
0 commit comments