File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
dev/tests/integration/testsuite/Magento/Security/Model Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ class AdminSessionsManagerTest extends \PHPUnit_Framework_TestCase
37
37
*/
38
38
protected $ objectManager ;
39
39
40
+ /**
41
+ * @var \Magento\Framework\Session\SessionManager
42
+ */
43
+ private $ sessionManager ;
44
+
40
45
/**
41
46
* Set up
42
47
*/
@@ -45,6 +50,7 @@ protected function setUp()
45
50
parent ::setUp ();
46
51
47
52
$ this ->objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
53
+ $ this ->sessionManager = $ this ->objectManager ->create (\Magento \Framework \Session \SessionManager::class);
48
54
$ this ->objectManager ->get (\Magento \Framework \Config \ScopeInterface::class)
49
55
->setCurrentScope (\Magento \Backend \App \Area \FrontNameResolver::AREA_CODE );
50
56
$ this ->auth = $ this ->objectManager ->create (\Magento \Backend \Model \Auth::class);
You can’t perform that action at this time.
0 commit comments