feat(mail) : MailConfiguration entity + repository + singleton test

This commit is contained in:
2026-05-19 23:15:47 +02:00
parent 07b7d054d5
commit 3cac87aa24
4 changed files with 270 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
<ini name="error_reporting" value="-1" />
<server name="APP_ENV" value="test" force="true" />
<server name="SHELL_VERBOSITY" value="-1" />
<server name="KERNEL_CLASS" value="App\Kernel" />
</php>
<testsuites>