Skip to content

Commit 504bad6

Browse files
author
vtymchynskyi
committed
MAGETWO-35385: Fatal error when trying to send notify customer by email about shipment
1 parent 7e05933 commit 504bad6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/AddCommentTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ class AddCommentTest extends \PHPUnit_Framework_TestCase
5555
*/
5656
protected $viewInterfaceMock;
5757

58+
/**
59+
* @var \Magento\Framework\View\Result\LayoutFactory|\PHPUnit_Framework_MockObject_MockObject
60+
*/
61+
protected $resultLayoutFactoryMock;
62+
5863
/**
5964
* @var \Magento\Framework\ObjectManagerInterface|\PHPUnit_Framework_MockObject_MockObject
6065
*/

0 commit comments

Comments
 (0)