Use disable admin CC
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
46253b421e
commit
e7592eeeb9
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ class EmailNotificationsUponCheckinTest extends TestCase
|
|||
|
||||
public function testCheckInEmailNotSentToUserIfSettingDisabled()
|
||||
{
|
||||
$this->settings->disableAdminCC();
|
||||
Mail::fake();
|
||||
|
||||
$user = User::factory()->create();
|
||||
|
|
Loading…
Add table
Reference in a new issue