mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:24:05 +00:00
Fix test
This commit is contained in:
parent
8eeefb74a0
commit
2d2b3faaa8
1 changed files with 2 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue