File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
app/code/Magento/ProductAlert/Test/Unit/Block Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ class StockTest extends \PHPUnit_Framework_TestCase
24
24
* @var \Magento\Catalog\Block\Product\ImageBuilder|\PHPUnit_Framework_MockObject_MockObject
25
25
*/
26
26
protected $ imageBuilder ;
27
+
27
28
/**
28
29
* @var \Magento\ProductAlert\Block\Product\ImageProvider|\PHPUnit_Framework_MockObject_MockObject
29
30
*/
Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ class ImageProviderTest extends \PHPUnit_Framework_TestCase
11
11
* @var \Magento\Catalog\Block\Product\ImageBuilder|\PHPUnit_Framework_MockObject_MockObject
12
12
*/
13
13
private $ imageBuilderMock ;
14
+
14
15
/**
15
16
* @var \Magento\Store\Model\StoreManagerInterface|\PHPUnit_Framework_MockObject_MockObject
16
17
*/
17
18
private $ storeManagerMock ;
19
+
18
20
/**
19
21
* @var \Magento\Store\Model\App\Emulation|\PHPUnit_Framework_MockObject_MockObject
20
22
*/
You can’t perform that action at this time.
0 commit comments