1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 16:34:04 +00:00

Specify test name

This commit is contained in:
lukinovec 2022-11-02 15:52:33 +01:00
parent 9116ffc792
commit 47f66d08c0

View file

@ -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'];