mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:34:04 +00:00
11 lines
276 B
PHP
11 lines
276 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
test('tenancy swaps MailManager instance for an instance of TenancyMailManager', function() {
|
|
|
|
});
|
|
|
|
test('TenancyMailManager makes the mailers in the $tenantMailers property use the correct credentials by re-resolving them', function() {
|
|
|
|
});
|