We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cb75e commit 968cbf6Copy full SHA for 968cbf6
dev/tests/integration/testsuite/Magento/Framework/Mail/EmailMessageTest.php
@@ -210,6 +210,7 @@ public function testEmailMessageWithAttachment(): void
210
'content' => $this->getXmlContent(),
211
'disposition' => MimeInterface::DISPOSITION_ATTACHMENT,
212
'fileName' => self::ATTACHMENT_FILE_NAME,
213
+ 'encoding' => MimeInterface::ENCODING_8BIT,
214
'type' => self::XML_TYPE
215
]
216
);
0 commit comments