File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Customer/Test/Unit/Controller/Account Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,17 +83,17 @@ class ConfirmTest extends \PHPUnit\Framework\TestCase
83
83
protected $ storeMock ;
84
84
85
85
/**
86
- * @var \Magento\Framework\App\Config\ScopeConfigInterface|\PHPUnit_Framework_MockObject_MockObject
86
+ * @var \Magento\Framework\App\Config\ScopeConfigInterface|\PHPUnit\Framework\MockObject\MockObject
87
87
*/
88
88
protected $ scopeConfigMock ;
89
89
90
90
/**
91
- * @var \Magento\Framework\App\Action\Context|\PHPUnit_Framework_MockObject_MockObject
91
+ * @var \Magento\Framework\App\Action\Context|\PHPUnit\Framework\MockObject\MockObject
92
92
*/
93
93
protected $ contextMock ;
94
94
95
95
/**
96
- * @var \Magento\Framework\Controller\Result\Redirect|\PHPUnit_Framework_MockObject_MockObject
96
+ * @var \Magento\Framework\Controller\Result\Redirect|\PHPUnit\Framework\MockObject\MockObject
97
97
*/
98
98
protected $ redirectResultMock ;
99
99
You can’t perform that action at this time.
0 commit comments