mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:54:05 +00:00
Delete remaining group('mailer')
This commit is contained in:
parent
4d5eef3177
commit
f77d56aea7
1 changed files with 2 additions and 2 deletions
|
|
@ -351,7 +351,7 @@ test('MailTenancyBootstrapper maps tenant mail credentials to config as specifie
|
||||||
|
|
||||||
// Assert that the current mailer uses tenant's smtp_password
|
// Assert that the current mailer uses tenant's smtp_password
|
||||||
assertMailerTransportUsesPassword($password);
|
assertMailerTransportUsesPassword($password);
|
||||||
})->group('mailer');
|
});
|
||||||
|
|
||||||
test('MailTenancyBootstrapper reverts the config and mailer credentials to default when tenancy ends', function() {
|
test('MailTenancyBootstrapper reverts the config and mailer credentials to default when tenancy ends', function() {
|
||||||
MailTenancyBootstrapper::$credentialsMap = ['mail.mailers.smtp.password' => 'smtp_password'];
|
MailTenancyBootstrapper::$credentialsMap = ['mail.mailers.smtp.password' => 'smtp_password'];
|
||||||
|
|
@ -369,7 +369,7 @@ test('MailTenancyBootstrapper reverts the config and mailer credentials to defau
|
||||||
|
|
||||||
// Assert that the current mailer uses the default smtp_password
|
// Assert that the current mailer uses the default smtp_password
|
||||||
assertMailerTransportUsesPassword($defaultPassword);
|
assertMailerTransportUsesPassword($defaultPassword);
|
||||||
})->group('mailer');
|
});
|
||||||
|
|
||||||
function getDiskPrefix(string $disk): string
|
function getDiskPrefix(string $disk): string
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue