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