mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:54:04 +00:00
Scaffold tests
This commit is contained in:
parent
6b5cb2793f
commit
7b656c0d99
2 changed files with 19 additions and 0 deletions
|
|
@ -326,6 +326,14 @@ test('local storage public urls are generated correctly', function() {
|
|||
expect(File::isDirectory($tenantStoragePath))->toBeFalse();
|
||||
});
|
||||
|
||||
test('MailTenancyBootstrapper maps tenant properties to config as specified in the $credentialsMap property', function() {
|
||||
|
||||
});
|
||||
|
||||
test('MailTenancyBootstrapper reverts the config to default when tenancy ends', function() {
|
||||
|
||||
});
|
||||
|
||||
function getDiskPrefix(string $disk): string
|
||||
{
|
||||
/** @var FilesystemAdapter $disk */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue