Skip to content

Commit

Permalink
Update AdminSessionsManagerTest.php
Browse files Browse the repository at this point in the history
 Line exceeds 120 characters; contains 137 characters
kanhaiya5590 authored Nov 9, 2021
1 parent b8cfbe1 commit bd4996f
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -70,7 +70,15 @@ protected function setUp(): void
$this->objectManager = new ObjectManager($this);

$this->authSessionMock = $this->getMockBuilder(Session::class)
->addMethods(['isActive', 'getStatus', 'getUser', 'getId', 'getUpdatedAt', 'getAdminSessionInfoId', 'setAdminSessionInfoId'])
->addMethods([
'isActive',
'getStatus',
'getUser',
'getId',
'getUpdatedAt',
'getAdminSessionInfoId',
'setAdminSessionInfoId'
])
->disableOriginalConstructor()
->getMock();

0 comments on commit bd4996f

Please sign in to comment.