mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixed failing test case due to changes in 1.3.
This commit is contained in:
parent
984dc50f37
commit
2e46504d05
1 changed files with 1 additions and 0 deletions
1
cake/tests/cases/libs/controller/components/email.test.php
Normal file → Executable file
1
cake/tests/cases/libs/controller/components/email.test.php
Normal file → Executable file
|
@ -584,6 +584,7 @@ TEXTBLOC;
|
|||
));
|
||||
|
||||
$this->Controller->set('value', 22091985);
|
||||
$this->Controller->set('title_for_layout', 'EmailTest');
|
||||
|
||||
$this->Controller->EmailTest->to = 'postmaster@localhost';
|
||||
$this->Controller->EmailTest->from = 'noreply@example.com';
|
||||
|
|
Loading…
Reference in a new issue