Merge remote-tracking branch 'origin/support/3.2' into develop

This commit is contained in:
jf-cbd
2026-08-25 17:05:57 +02:00

View File

@@ -8,7 +8,7 @@ class SymfonyPHPMailTransportTest extends ItopTestCase
{
public function testPrepareMustNotThrowErrorWhenToHeaderIsMissing(): void
{
$oEmail = new Email()
$oEmail = (new Email())
->from('sender@example.com')
->cc('cc1@example.com', 'cc2@example.com')
->text('Body');