Skip to content

Commit

Permalink
Added skip if mbstring not available
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Oct 22, 2011
1 parent 7ed6e04 commit f8697cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Test/Case/Network/Email/CakeEmailTest.php
Expand Up @@ -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');

Expand Down

0 comments on commit f8697cc

Please sign in to comment.