mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
remove extra whitespace
This commit is contained in:
parent
38161917eb
commit
8f92a87558
1 changed files with 2 additions and 2 deletions
|
@ -1139,7 +1139,7 @@ class CakeEmailTest extends CakeTestCase {
|
|||
$expected .= chunk_split(base64_encode($data), 76, "\r\n");
|
||||
$this->assertContains($expected, $result['message']);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Test send() with no template and data string attachment, no mimetype
|
||||
*
|
||||
|
@ -1156,7 +1156,7 @@ class CakeEmailTest extends CakeTestCase {
|
|||
'data' => $data
|
||||
)));
|
||||
$result = $this->CakeEmail->send('Hello');
|
||||
|
||||
|
||||
$boundary = $this->CakeEmail->getBoundary();
|
||||
$this->assertContains('Content-Type: multipart/mixed; boundary="' . $boundary . '"', $result['headers']);
|
||||
$expected = "--$boundary\r\n" .
|
||||
|
|
Loading…
Reference in a new issue