CluPilotCloud/tests/Feature/Mail
nexxo c899d41946 Pin CloudReady's null-mailbox guard and share it with the trait
A mutation the reviewer ran (if ($box !== null) -> if (true)) left every
test green: CloudReady hand-rolled the same null-mailbox guard as
SendsFromMailbox, but nothing exercised its null branch. Added the
missing test, then extracted the decision itself (null mailbox -> no
sender fields, no_reply -> no Reply-To) into one shared method so an
Envelope-shaped and a MailMessage-shaped consumer can no longer disagree.
2026-07-27 23:59:05 +02:00
..
MailboxModelTest.php Make the SECRETS_KEY test actually discriminate from APP_KEY 2026-07-27 21:49:46 +02:00
MailboxResolverTest.php Make a deactivated mailbox fall back like a deleted one 2026-07-27 22:57:22 +02:00
MailboxTransportTest.php Make the DSN agree with send() when a mailbox has no password 2026-07-27 23:17:42 +02:00
SenderAddressTest.php Pin CloudReady's null-mailbox guard and share it with the trait 2026-07-27 23:59:05 +02:00