Skip to content

Commit 3e655f7

Browse files
committed
phpcs apply
1 parent 9e497bf commit 3e655f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Block/Rss/CategoryTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ class CategoryTest extends \PHPUnit\Framework\TestCase
7777
* @var \Magento\Framework\View\ConfigInterface|\PHPUnit_Framework_MockObject_MockObject
7878
*/
7979
protected $viewConfig;
80+
81+
/**
82+
* @var \Magento\Framework\Config\View
83+
*/
84+
protected $configView;
8085

8186
/**
8287
* @var array

0 commit comments

Comments
 (0)