mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:54:03 +00:00
Update test name
This commit is contained in:
parent
f1690f0951
commit
d5e0e34087
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ test('tenancy swaps the MailManager singleton for an instance of TenancyMailMana
|
||||||
expect(app(MailManager::class))->toBeInstanceOf(TenancyMailManager::class);
|
expect(app(MailManager::class))->toBeInstanceOf(TenancyMailManager::class);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('SMTP mailer transporter uses the correct tenant credentials', function() {
|
test('SMTP mailer transport uses the correct tenant credentials', function() {
|
||||||
TenancyMailManager::$tenantMailers = ['smtp'];
|
TenancyMailManager::$tenantMailers = ['smtp'];
|
||||||
MailTenancyBootstrapper::$credentialsMap = ['mail.mailers.smtp.password' => 'smtp_password'];
|
MailTenancyBootstrapper::$credentialsMap = ['mail.mailers.smtp.password' => 'smtp_password'];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue