From 47f66d08c051b5a46b14c98e7c450ac378572b4c Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 2 Nov 2022 15:52:33 +0100 Subject: [PATCH] Specify test name --- tests/MailTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MailTest.php b/tests/MailTest.php index 92188138..63c94beb 100644 --- a/tests/MailTest.php +++ b/tests/MailTest.php @@ -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'];