Skip to content

Commit 8411915

Browse files
committed
MAGETWO-58533: [Backport] - Loading of order page with a lot of items in admin. - for 2.1
1 parent fcd1865 commit 8411915

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev/tests/integration/testsuite/Magento/Security/Model/AdminSessionsManagerTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ class AdminSessionsManagerTest extends \PHPUnit_Framework_TestCase
3737
*/
3838
protected $objectManager;
3939

40+
/**
41+
* @var \Magento\Framework\Session\SessionManager
42+
*/
43+
private $sessionManager;
44+
4045
/**
4146
* Set up
4247
*/
@@ -45,6 +50,7 @@ protected function setUp()
4550
parent::setUp();
4651

4752
$this->objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
53+
$this->sessionManager = $this->objectManager->create(\Magento\Framework\Session\SessionManager::class);
4854
$this->objectManager->get(\Magento\Framework\Config\ScopeInterface::class)
4955
->setCurrentScope(\Magento\Backend\App\Area\FrontNameResolver::AREA_CODE);
5056
$this->auth = $this->objectManager->create(\Magento\Backend\Model\Auth::class);

0 commit comments

Comments
 (0)