Skip to content

Commit 751af4d

Browse files
committed
wip
1 parent fe54b27 commit 751af4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/MicrosoftGraphTransportTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'subject' => 'Dev Test',
4141
'body' => [
4242
'contentType' => 'HTML',
43-
'content' => "<b>Test</b>\n",
43+
'content' => '<b>Test</b>'.PHP_EOL,
4444
],
4545
'toRecipients' => [
4646
[
@@ -122,7 +122,7 @@
122122
'subject' => 'Dev Test',
123123
'body' => [
124124
'contentType' => 'Text',
125-
'content' => "Test\n",
125+
'content' => 'Test'.PHP_EOL,
126126
],
127127
'toRecipients' => [
128128
[

0 commit comments

Comments
 (0)