Added skip if mbstring not available

This commit is contained in:
Graham Weldon 2011-10-22 17:52:41 +11:00
parent 7ed6e041b9
commit f8697ccb55

View file

@ -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');