From f8697ccb5506cf76b0baf81dd2aaff05a1f3b25e Mon Sep 17 00:00:00 2001 From: Graham Weldon Date: Sat, 22 Oct 2011 17:52:41 +1100 Subject: [PATCH] Added skip if mbstring not available --- lib/Cake/Test/Case/Network/Email/CakeEmailTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php b/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php index 785bbd08311..fdd2f9b9cd4 100644 --- a/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php +++ b/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php @@ -848,6 +848,7 @@ public function testSendRenderWithVars() { * @return void */ public function testSendRenderWithVarsJapanese() { + $this->skipIf(!function_exists('mb_convert_encoding')); $this->CakeEmail->reset(); $this->CakeEmail->transport('debug');