mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-14 12:26:55 +01:00
@@ -75,7 +75,7 @@ class TemporaryMasterPassTest extends UnitaryTestCase
|
||||
|
||||
$this->mailService
|
||||
->expects(self::once())
|
||||
->method('sendBatch')
|
||||
->method('send')
|
||||
->with(self::anything(), $emails, self::anything());
|
||||
|
||||
$this->temporaryMasterPass->sendByEmailForAllUsers($key);
|
||||
@@ -127,7 +127,7 @@ class TemporaryMasterPassTest extends UnitaryTestCase
|
||||
|
||||
$this->mailService
|
||||
->expects(self::once())
|
||||
->method('sendBatch')
|
||||
->method('send')
|
||||
->with(self::anything(), $emails, self::anything());
|
||||
|
||||
$this->temporaryMasterPass->sendByEmailForGroup($groupId, $key);
|
||||
|
||||
Reference in New Issue
Block a user