Skip to content

Commit 0c97e63

Browse files
committed
MAGETWO-92883: Category hierarchy isn't updated on Product Admin page
1 parent eb29b84 commit 0c97e63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
1515

1616
/**
17-
* Test for class RefreshPath.
17+
* Test for class Magento\Catalog\Controller\Adminhtml\Category\RefreshPath.
1818
*/
1919
class RefreshPathTest extends \PHPUnit\Framework\TestCase
2020
{
@@ -29,7 +29,7 @@ class RefreshPathTest extends \PHPUnit\Framework\TestCase
2929
private $contextMock;
3030

3131
/**
32-
* {@inheritDoc}
32+
* @inheritDoc
3333
*/
3434
protected function setUp()
3535
{
@@ -53,7 +53,7 @@ protected function setUp()
5353
*
5454
* @return void
5555
*/
56-
private function setObjectProperty($object, string $propertyName, $value)
56+
private function setObjectProperty($object, string $propertyName, $value) : void
5757
{
5858
$reflectionClass = new \ReflectionClass($object);
5959
$reflectionProperty = $reflectionClass->getProperty($propertyName);

0 commit comments

Comments
 (0)