mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:54:04 +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);
|
||||
});
|
||||
|
||||
test('SMTP mailer transporter uses the correct tenant credentials', function() {
|
||||
test('SMTP mailer transport uses the correct tenant credentials', function() {
|
||||
TenancyMailManager::$tenantMailers = ['smtp'];
|
||||
MailTenancyBootstrapper::$credentialsMap = ['mail.mailers.smtp.password' => 'smtp_password'];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue