From 7b656c0d99920a29f03294734d3f09884c6c9926 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 1 Nov 2022 18:57:26 +0100 Subject: [PATCH] Scaffold tests --- tests/BootstrapperTest.php | 8 ++++++++ tests/MailTest.php | 11 +++++++++++ 2 files changed, 19 insertions(+) create mode 100644 tests/MailTest.php diff --git a/tests/BootstrapperTest.php b/tests/BootstrapperTest.php index ba4ea41a..2b1d40e4 100644 --- a/tests/BootstrapperTest.php +++ b/tests/BootstrapperTest.php @@ -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 */ diff --git a/tests/MailTest.php b/tests/MailTest.php new file mode 100644 index 00000000..e9149fd0 --- /dev/null +++ b/tests/MailTest.php @@ -0,0 +1,11 @@ +