Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
string concatenation fixed
  • Loading branch information
ceeram committed Nov 28, 2014
1 parent e409034 commit f49a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Network/Email/EmailTest.php
Expand Up @@ -1256,7 +1256,7 @@ public function testSendWithInlineAttachmentsHtmlOnly() {
"\r\n" .
"\r\n" .
"--rel-$boundary\r\n" .
"Content-Disposition: inline; filename=\"cake.png\"\r\n";
"Content-Disposition: inline; filename=\"cake.png\"\r\n" .
"Content-Type: application/octet-stream\r\n" .
"Content-Transfer-Encoding: base64\r\n" .
"Content-ID: <abc123>\r\n" .
Expand Down

0 comments on commit f49a034

Please sign in to comment.