Skip to content

Commit 5e9bee0

Browse files
committed
MAGETWO-92883: Category hierarchy isn't updated on Product Admin page
1 parent 062024c commit 5e9bee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/RefreshPathTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private function setObjectProperty($object, string $propertyName, $value)
6464
/**
6565
* @return void
6666
*/
67-
public function testExecute()
67+
public function testExecute() : void
6868
{
6969
$value = ['id' => 3, 'path' => '1/2/3', 'parentId' => 2];
7070
$result = '{"id":3,"path":"1/2/3","parentId":"2"}';
@@ -116,7 +116,7 @@ public function testExecute()
116116
/**
117117
* @return void
118118
*/
119-
public function testExecuteWithoutCategoryId()
119+
public function testExecuteWithoutCategoryId() : void
120120
{
121121
$requestMock = $this->getMockForAbstractClass(\Magento\Framework\App\RequestInterface::class);
122122

0 commit comments

Comments
 (0)