Code style fix.

This commit is contained in:
Shein Alexey 2011-11-30 01:46:29 +05:00
parent 0b1abb3a57
commit eba9de1593

View File

@ -52,7 +52,8 @@ class FormatterHelperTest extends \PHPUnit_Framework_TestCase
);
}
public function testFormatBlockWithDiacriticLetters() {
public function testFormatBlockWithDiacriticLetters()
{
if (!extension_loaded('mbstring')) {
$this->markTestSkipped('This test requires mbstring to work.');