mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:34:04 +00:00
Delete group('mailer')
This commit is contained in:
parent
8e5d21a85b
commit
255afe33c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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');
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue