mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 02:52:41 +00:00
Themed CakeEmail should load view helpers with the theme set
This commit is contained in:
parent
d559e429e6
commit
d55a167830
3 changed files with 8 additions and 3 deletions
|
@ -1337,6 +1337,7 @@ class CakeEmailTest extends CakeTestCase {
|
|||
$this->assertContains('In TestTheme', $result['message']);
|
||||
$this->assertContains('Message-ID: ', $result['headers']);
|
||||
$this->assertContains('To: ', $result['headers']);
|
||||
$this->assertContains('/theme/TestTheme/img/test.jpg', $result['message']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue