File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager ;
15
15
16
16
/**
17
- * Test for class RefreshPath.
17
+ * Test for class Magento\Catalog\Controller\Adminhtml\Category\ RefreshPath.
18
18
*/
19
19
class RefreshPathTest extends \PHPUnit \Framework \TestCase
20
20
{
@@ -29,7 +29,7 @@ class RefreshPathTest extends \PHPUnit\Framework\TestCase
29
29
private $ contextMock ;
30
30
31
31
/**
32
- * { @inheritDoc}
32
+ * @inheritDoc
33
33
*/
34
34
protected function setUp ()
35
35
{
@@ -53,7 +53,7 @@ protected function setUp()
53
53
*
54
54
* @return void
55
55
*/
56
- private function setObjectProperty ($ object , string $ propertyName , $ value )
56
+ private function setObjectProperty ($ object , string $ propertyName , $ value ) : void
57
57
{
58
58
$ reflectionClass = new \ReflectionClass ($ object );
59
59
$ reflectionProperty = $ reflectionClass ->getProperty ($ propertyName );
You can’t perform that action at this time.
0 commit comments