From 2d2b3faaa889f412ef3dc4481ee5d534d0986f1b Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 30 Jan 2023 15:07:24 +0100 Subject: [PATCH] Fix test --- tests/BootstrapperTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/BootstrapperTest.php b/tests/BootstrapperTest.php index f112d6a2..09dad1c9 100644 --- a/tests/BootstrapperTest.php +++ b/tests/BootstrapperTest.php @@ -406,6 +406,8 @@ test('BroadcastTenancyBootstrapper makes the app use broadcasters with the corre $registerTestingBroadcaster(); expect(invade(app(BroadcastManager::class)->driver())->message)->toBe($defaultMessage); +}); + test('MailTenancyBootstrapper maps tenant mail credentials to config as specified in the $credentialsMap property and makes the mailer use tenant credentials', function() { MailTenancyBootstrapper::$credentialsMap = [ 'mail.mailers.smtp.username' => 'smtp_username',