From 255afe33c2e5fa9d744b584043747786fb7499d6 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 6 Dec 2022 11:59:26 +0100 Subject: [PATCH] Delete `group('mailer')` --- tests/MailTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/MailTest.php b/tests/MailTest.php index 27948055..544fda1b 100644 --- a/tests/MailTest.php +++ b/tests/MailTest.php @@ -48,7 +48,7 @@ test('mailer transport uses the correct credentials', function() { // Assert mailer uses the default password after tenancy ends assertMailerTransportUsesPassword($defaultPassword); -})->group('mailer'); +}); test('initializing and ending tenancy binds a fresh MailManager instance without cached mailers', function() { @@ -69,4 +69,4 @@ test('initializing and ending tenancy binds a fresh MailManager instance without tenancy()->end(); expect($mailers())->toHaveCount(0); -})->group('mailer'); +});