File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Block Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class DeleteTest extends \PHPUnit_Framework_TestCase
26
26
protected $ contextMock ;
27
27
28
28
/**
29
- * @var \Magento\Framework\Controller\ResultInterface |\PHPUnit_Framework_MockObject_MockObject
29
+ * @var \Magento\Backend\Model\View\Result\RedirectFactory |\PHPUnit_Framework_MockObject_MockObject
30
30
*/
31
31
protected $ resultRedirectFactoryMock ;
32
32
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class EditTest extends \PHPUnit_Framework_TestCase
23
23
protected $ contextMock ;
24
24
25
25
/**
26
- * @var \Magento\Framework\Controller\ResultInterface |\PHPUnit_Framework_MockObject_MockObject
26
+ * @var \Magento\Backend\Model\View\Result\RedirectFactory |\PHPUnit_Framework_MockObject_MockObject
27
27
*/
28
28
protected $ resultRedirectFactoryMock ;
29
29
You can’t perform that action at this time.
0 commit comments