10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1abb3 commit eba9de1Copy full SHA for eba9de1
tests/Symfony/Tests/Component/Console/Helper/FormatterHelperTest.php
@@ -52,7 +52,8 @@ public function testFormatBlock()
52
);
53
}
54
55
- public function testFormatBlockWithDiacriticLetters() {
+ public function testFormatBlockWithDiacriticLetters()
56
+ {
57
58
if (!extension_loaded('mbstring')) {
59
$this->markTestSkipped('This test requires mbstring to work.');
0 commit comments