Skip to content

Commit 9fb950c

Browse files
author
Bohdan Korablov
committed
MAGETWO-37720: Cover Tango modules w. unit tests S2 (+0.7% from current 13.6%)
1 parent 441a710 commit 9fb950c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Block/DeleteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class DeleteTest extends \PHPUnit_Framework_TestCase
2626
protected $contextMock;
2727

2828
/**
29-
* @var \Magento\Framework\Controller\ResultInterface|\PHPUnit_Framework_MockObject_MockObject
29+
* @var \Magento\Backend\Model\View\Result\RedirectFactory|\PHPUnit_Framework_MockObject_MockObject
3030
*/
3131
protected $resultRedirectFactoryMock;
3232

app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Block/EditTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class EditTest extends \PHPUnit_Framework_TestCase
2323
protected $contextMock;
2424

2525
/**
26-
* @var \Magento\Framework\Controller\ResultInterface|\PHPUnit_Framework_MockObject_MockObject
26+
* @var \Magento\Backend\Model\View\Result\RedirectFactory|\PHPUnit_Framework_MockObject_MockObject
2727
*/
2828
protected $resultRedirectFactoryMock;
2929

0 commit comments

Comments
 (0)