mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing Email test to account for whitespace changes done on view files.
This commit is contained in:
parent
df4cd12d0f
commit
3b3ceddfdb
1 changed files with 2 additions and 7 deletions
|
@ -408,8 +408,6 @@ HEADBLOC;
|
|||
This is the body of the message
|
||||
|
||||
This email was sent using the CakePHP Framework, http://cakephp.org.
|
||||
|
||||
|
||||
TEXTBLOC;
|
||||
|
||||
$html = <<<HTMLBLOC
|
||||
|
@ -425,7 +423,6 @@ TEXTBLOC;
|
|||
<p>This email was sent using the <a href="http://cakephp.org">CakePHP Framework</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
HTMLBLOC;
|
||||
|
||||
$this->Controller->EmailTest->sendAs = 'text';
|
||||
|
@ -477,8 +474,6 @@ standards.
|
|||
This is the body of the message
|
||||
|
||||
This email was sent using the CakePHP Framework, http://cakephp.org.
|
||||
|
||||
|
||||
TEXTBLOC;
|
||||
|
||||
$this->Controller->EmailTest->sendAs = 'text';
|
||||
|
|
Loading…
Add table
Reference in a new issue