File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
dev/tests/integration/testsuite/Magento/AdminAdobeIms/Model Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 20
20
use Magento \Framework \App \Area ;
21
21
use Magento \User \Model \User as AdminUser ;
22
22
use Magento \Authorization \Model \Role ;
23
- use Magento \Backend \Model \Auth \Session ;
24
23
use Magento \AdminAdobeIms \Model \SaveImsUser ;
25
24
use Magento \Framework \Exception \CouldNotSaveException ;
26
25
@@ -63,11 +62,6 @@ class SaveImsUserTest extends TestCase
63
62
*/
64
63
private $ adminImsConfig ;
65
64
66
- /**
67
- * @var Session
68
- */
69
- private $ authSession ;
70
-
71
65
/**
72
66
* @var SaveImsUser
73
67
*/
@@ -85,7 +79,6 @@ protected function setUp(): void
85
79
$ this ->roleCollectionFactory = $ this ->objectManager ->create (RoleCollectionFactory::class);
86
80
$ this ->logger = $ this ->createMock (AdminAdobeImsLogger::class);
87
81
$ this ->adminImsConfig = $ this ->createMock (ImsConfig::class);
88
- $ this ->authSession = $ this ->objectManager ->create (Session::class);
89
82
$ this ->saveImsUser = $ this ->objectManager ->create (
90
83
SaveImsUser::class,
91
84
[
You can’t perform that action at this time.
0 commit comments