Skip to content

Commit bd4996f

Browse files
authored
Update AdminSessionsManagerTest.php
Line exceeds 120 characters; contains 137 characters
1 parent b8cfbe1 commit bd4996f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/code/Magento/Security/Test/Unit/Model/AdminSessionsManagerTest.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,15 @@ protected function setUp(): void
7070
$this->objectManager = new ObjectManager($this);
7171

7272
$this->authSessionMock = $this->getMockBuilder(Session::class)
73-
->addMethods(['isActive', 'getStatus', 'getUser', 'getId', 'getUpdatedAt', 'getAdminSessionInfoId', 'setAdminSessionInfoId'])
73+
->addMethods([
74+
'isActive',
75+
'getStatus',
76+
'getUser',
77+
'getId',
78+
'getUpdatedAt',
79+
'getAdminSessionInfoId',
80+
'setAdminSessionInfoId'
81+
])
7482
->disableOriginalConstructor()
7583
->getMock();
7684

0 commit comments

Comments
 (0)