Skip to content

Commit 236ca08

Browse files
authored
ENGCOM-7031: security-package/issues/115: Fix AdminSessionsManagerTest and AuthSessionTest. #26910
2 parents 98e2c5b + 0c42bdc commit 236ca08

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
*/
66
namespace Magento\Security\Model;
77

8+
/**
9+
* @magentoAppArea adminhtml
10+
*/
811
class AdminSessionsManagerTest extends \PHPUnit\Framework\TestCase
912
{
1013
/**

dev/tests/integration/testsuite/Magento/Security/Model/Plugin/AuthSessionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
namespace Magento\Security\Model\Plugin;
77

88
/**
9+
* @magentoAppArea adminhtml
910
* @magentoAppIsolation enabled
1011
*/
1112
class AuthSessionTest extends \PHPUnit\Framework\TestCase

0 commit comments

Comments
 (0)