File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
app/code/Magento/Store/Test/Unit/Controller/Store Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
use Magento \Store \Api \StoreRepositoryInterface ;
12
12
use Magento \Store \Api \StoreResolverInterface ;
13
13
use Magento \Store \Controller \Store \Redirect ;
14
+ use Magento \Store \Controller \Store \SwitchAction ;
14
15
use Magento \Store \Model \StoreManagerInterface ;
15
16
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager ;
16
17
use Magento \Store \Model \StoreResolver ;
@@ -28,7 +29,7 @@ class RedirectTest extends TestCase
28
29
const STUB_DEFAULT_STORE_VIEW = 'default ' ;
29
30
30
31
/**
31
- * @var \Magento\Store\Controller\Store\SwitchAction
32
+ * @var Redirect
32
33
*/
33
34
private $ model ;
34
35
@@ -43,17 +44,17 @@ class RedirectTest extends TestCase
43
44
private $ storeManagerMock ;
44
45
45
46
/**
46
- * @var \Magento\Framework\App\ RequestInterface|\PHPUnit_Framework_MockObject_MockObject
47
+ * @var RequestInterface|\PHPUnit_Framework_MockObject_MockObject
47
48
*/
48
49
private $ requestMock ;
49
50
50
51
/**
51
- * @var \Magento\Framework\App\ ResponseInterface|\PHPUnit_Framework_MockObject_MockObject
52
+ * @var ResponseInterface|\PHPUnit_Framework_MockObject_MockObject
52
53
*/
53
54
private $ responseMock ;
54
55
55
56
/**
56
- * @var \Magento\Framework\App\Response\ RedirectInterface|\PHPUnit_Framework_MockObject_MockObject
57
+ * @var RedirectInterface|\PHPUnit_Framework_MockObject_MockObject
57
58
*/
58
59
private $ redirectMock ;
59
60
You can’t perform that action at this time.
0 commit comments