diff --git a/src/Symfony/Component/Translation/Tests/Command/TranslationLintCommandTest.php b/src/Symfony/Component/Translation/Tests/Command/TranslationLintCommandTest.php index c2b81c9d92ff0..128649af4ea7b 100644 --- a/src/Symfony/Component/Translation/Tests/Command/TranslationLintCommandTest.php +++ b/src/Symfony/Component/Translation/Tests/Command/TranslationLintCommandTest.php @@ -21,6 +21,9 @@ final class TranslationLintCommandTest extends TestCase { + /** + * @requires extension intl + */ public function testLintCorrectTranslations() { $translator = new Translator('en'); @@ -59,6 +62,9 @@ public function testLintCorrectTranslations() $this->assertStringContainsString('[OK] All translations are valid.', $display); } + /** + * @requires extension intl + */ public function testLintMalformedIcuTranslations() { $translator = new Translator('en');