mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 17:54:03 +00:00
Specify test name
This commit is contained in:
parent
9116ffc792
commit
47f66d08c0
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ test('MailTenancyBootstrapper reverts the config back to default when tenancy en
|
|||
expect(config('mail.mailers.smtp.password'))->toBe($defaultPassword);
|
||||
});
|
||||
|
||||
test('mailer transporters use the correct tenant mail credentials', function() {
|
||||
test('SMTP mailer transporter 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