From d5e0e34087f4307e7b215e6ad04fbf17011aef33 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 22 Nov 2022 06:52:55 +0100 Subject: [PATCH] Update test name --- tests/MailTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MailTest.php b/tests/MailTest.php index 199812c0..c683b2b7 100644 --- a/tests/MailTest.php +++ b/tests/MailTest.php @@ -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'];