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

@ -79,9 +79,9 @@ final class HasLineLongerThanMaxTest extends PreSendTestCase
#$this->Mail->AltBody = $this->Mail->Body;
$this->Mail->Encoding = '8bit';
$this->Mail->sign(
__DIR__.'/../Fixtures/HasLineLongerThanMaxTest/cert.pem',
__DIR__.'/../Fixtures/HasLineLongerThanMaxTest/key.pem',
null,
__DIR__ . '/../Fixtures/HasLineLongerThanMaxTest/cert.pem',
__DIR__ . '/../Fixtures/HasLineLongerThanMaxTest/key.pem',
null
);
$this->Mail->preSend();
$message = $this->Mail->getSentMIMEMessage();