File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Model/Category Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ protected function tearDown(): void
64
64
*
65
65
* @return void
66
66
*/
67
- public function testAuthorizationWit (): void
67
+ public function testAuthorizationWithoutPermissions (): void
68
68
{
69
69
$ category = $ this ->createCategoryWithData (['entity_id ' => 333 , 'custom_use_parent_settings ' => true ]);
70
70
$ this ->expectException (AuthorizationException::class);
@@ -75,7 +75,7 @@ public function testAuthorizationWit(): void
75
75
/**
76
76
* @return void
77
77
*/
78
- public function testWithWrongCategoryId (): void
78
+ public function testAuthorizationWithWrongCategoryId (): void
79
79
{
80
80
$ wrongCategoryId = 56464654 ;
81
81
$ category = $ this ->createCategoryWithData (['entity_id ' => $ wrongCategoryId ]);
You can’t perform that action at this time.
0 commit comments