8000
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 e0ad00c commit 571cf1cCopy full SHA for 571cf1c
src/Symfony/Component/Translation/Tests/Command/TranslationLintCommandTest.php
@@ -21,6 +21,9 @@
21
22
final class TranslationLintCommandTest extends TestCase
23
{
24
+ /**
25
+ * @requires extension intl
26
+ */
27
public function testLintCorrectTranslations()
28
29
$translator = new Translator('en');
@@ -59,6 +62,9 @@ public function testLintCorrectTranslations()
59
62
$this->assertStringContainsString('[OK] All translations are valid.', $display);
60
63
}
61
64
65
66
67
68
public function testLintMalformedIcuTranslations()
69
70
0 commit comments