Shein Alexey пре 13 година
родитељ
комит
eba9de1593
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      tests/Symfony/Tests/Component/Console/Helper/FormatterHelperTest.php

+ 2 - 1
tests/Symfony/Tests/Component/Console/Helper/FormatterHelperTest.php

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