1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 21:34:03 +00:00
tenancy/tests/MailTest.php
2022-11-01 18:57:26 +01:00

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() {
});