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')) {
             $this->markTestSkipped('This test requires mbstring to work.');