mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Added skip if mbstring not available
This commit is contained in:
parent
7ed6e041b9
commit
f8697ccb55
1 changed files with 1 additions and 0 deletions
|
@ -848,6 +848,7 @@ class CakeEmailTest extends CakeTestCase {
|
|||
* @return void
|
||||
*/
|
||||
public function testSendRenderWithVarsJapanese() {
|
||||
$this->skipIf(!function_exists('mb_convert_encoding'));
|
||||
$this->CakeEmail->reset();
|
||||
$this->CakeEmail->transport('debug');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue