Skip to content

Commit ebebd36

Browse files
minor symfony#57966 [Form] skip tests requiring the intl extension if it's not installed (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Form] skip tests requiring the intl extension if it's not installed | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 141cb87 skip tests requiring the intl extension if it's not installed
2 parents de262a6 + 141cb87 commit ebebd36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,8 @@ public function testReverseTransformSmallInt()
638638
*/
639639
public function testReverseTransformENotation($output, $input)
640640
{
641+
IntlTestHelper::requireFullIntl($this);
642+
641643
\Locale::setDefault('en');
642644

643645
$transformer = new NumberToLocalizedStringTransformer();

0 commit comments

Comments
 (0)