This commit is contained in:
Marcus Bointon 2025-09-11 23:16:50 +02:00
parent 5470c1e795
commit 4c917a9b46
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ final class HasLineLongerThanMaxTest extends PreSendTestCase
$this->Mail->sign(
__DIR__ . '/../Fixtures/HasLineLongerThanMaxTest/cert.pem',
__DIR__ . '/../Fixtures/HasLineLongerThanMaxTest/key.pem',
null,
null
);
$this->Mail->preSend();
$message = $this->Mail->getSentMIMEMessage();