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

Delete group('mailer')

This commit is contained in:
lukinovec 2022-12-06 11:59:26 +01:00
parent 8e5d21a85b
commit 255afe33c2

View file

@ -48,7 +48,7 @@ test('mailer transport uses the correct credentials', function() {
// Assert mailer uses the default password after tenancy ends // Assert mailer uses the default password after tenancy ends
assertMailerTransportUsesPassword($defaultPassword); assertMailerTransportUsesPassword($defaultPassword);
})->group('mailer'); });
test('initializing and ending tenancy binds a fresh MailManager instance without cached mailers', function() { 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(); tenancy()->end();
expect($mailers())->toHaveCount(0); expect($mailers())->toHaveCount(0);
})->group('mailer'); });