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