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 5666a45 commit 71da904Copy full SHA for 71da904
src/Symfony/Component/Form/Tests/Extension/Core/Type/IntegerTypeTest.php
@@ -31,6 +31,9 @@ protected function tearDown(): void
31
\Locale::setDefault($this->previousLocale);
32
}
33
34
+ /**
35
+ * @requires extension intl
36
+ */
37
public function testArabicLocale()
38
{
39
\Locale::setDefault('ar');
@@ -42,6 +45,9 @@ public function testArabicLocale()
42
45
$this->assertSame('123456', $form->getViewData());
43
46
44
47
48
49
50
51
public function testArabicLocaleNonHtml5()
52
53
0 commit comments