Skip to content

Commit

Permalink
Apply PHP 8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Jul 26, 2022
1 parent 19385b3 commit 70827e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/actions/EmailTest.php
Expand Up @@ -21,6 +21,8 @@ protected function setUp(): void
{
parent::setUp();

config('Email')->recipients = 'notifications@exmaple.com';

Services::injectMock('email', new MockEmail(config('Email')));

$this->submission = $this->getSubmission();
Expand Down

0 comments on commit 70827e1

Please sign in to comment.