From f49a034b2df7c766a4cca76134f7f227501c9356 Mon Sep 17 00:00:00 2001 From: Ceeram Date: Fri, 28 Nov 2014 01:26:47 +0100 Subject: [PATCH] string concatenation fixed --- tests/TestCase/Network/Email/EmailTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/Network/Email/EmailTest.php b/tests/TestCase/Network/Email/EmailTest.php index 7ffcca576b2..61265c0b5ca 100644 --- a/tests/TestCase/Network/Email/EmailTest.php +++ b/tests/TestCase/Network/Email/EmailTest.php @@ -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: \r\n" .