mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
test: Fix CakeEmailTest::testResetWithCharset()
Co-authored-by: Kenshin Okinaka <okinakak@yahoo.co.jp>
This commit is contained in:
parent
7c55817dbc
commit
d7d7230929
1 changed files with 2 additions and 2 deletions
|
@ -1893,8 +1893,8 @@ class CakeEmailTest extends CakeTestCase {
|
|||
$this->CakeEmail->charset = 'ISO-2022-JP';
|
||||
$this->CakeEmail->reset();
|
||||
|
||||
$this->assertSame('utf-8', $this->CakeEmail->charset, $this->CakeEmail->charset);
|
||||
$this->assertNull($this->CakeEmail->headerCharset, $this->CakeEmail->headerCharset);
|
||||
$this->assertSame('utf-8', $this->CakeEmail->charset);
|
||||
$this->assertNull($this->CakeEmail->headerCharset);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue