Skip to content

Commit 0c46277

Browse files
committed
#10208: Fix getImage method when sending product alert email
1 parent 4ee2272 commit 0c46277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ProductAlert/Test/Unit/Block/Email/StockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class StockTest extends \PHPUnit_Framework_TestCase
2828
/**
2929
* @var \Magento\ProductAlert\Block\Product\ImageProvider|\PHPUnit_Framework_MockObject_MockObject
3030
*/
31-
protected $imageProviderMock;
31+
private $imageProviderMock;
3232

3333
protected function setUp()
3434
{

0 commit comments

Comments
 (0)