Skip to content

Commit a49163a

Browse files
committed
security-package/issues/115: Fix AdminSessionsManagerTest and AuthSessionTest.
1 parent a25c107 commit a49163a

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)