Browse Source

Added skip if mbstring not available

Graham Weldon 14 years ago
parent
commit
f8697ccb55
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Cake/Test/Case/Network/Email/CakeEmailTest.php

+ 1 - 0
lib/Cake/Test/Case/Network/Email/CakeEmailTest.php

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