Skip to content

Commit 0c42bdc

Browse files
ENGCOM-7031: security-package/issues/115: Fix AdminSessionsManagerTest and AuthSessionTest. #26910
- Merge Pull Request #26910 from p-bystritsky/magento2:security-package/issues/115 - Merged commits: 1. a49163a
2 parents 5a9fcab + a49163a commit 0c42bdc

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)