We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e05933 commit 504bad6Copy full SHA for 504bad6
app/code/Magento/Shipping/Test/Unit/Controller/Adminhtml/Order/Shipment/AddCommentTest.php
@@ -55,6 +55,11 @@ class AddCommentTest extends \PHPUnit_Framework_TestCase
55
*/
56
protected $viewInterfaceMock;
57
58
+ /**
59
+ * @var \Magento\Framework\View\Result\LayoutFactory|\PHPUnit_Framework_MockObject_MockObject
60
+ */
61
+ protected $resultLayoutFactoryMock;
62
+
63
/**
64
* @var \Magento\Framework\ObjectManagerInterface|\PHPUnit_Framework_MockObject_MockObject
65
0 commit comments