Skip to content

Commit

Permalink
Merge branch '2.3' into 2
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Apr 13, 2022
2 parents e44774d + 22b9ca2 commit 7733cc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TestSessionHTTPMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ protected function loadTestState(HTTPRequest $request)
$mailer = $testState->mailer;
Injector::inst()->registerService(new $mailer(), Mailer::class);
Email::config()->set("send_all_emails_to", null);
Email::config()->update('admin_email', '[email protected]');
}

// Connect to the test session database
Expand Down

0 comments on commit 7733cc7

Please sign in to comment.