Skip to content

Commit 10fd29d

Browse files
minor #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 ------- 141cb8765f skip tests requiring the intl extension if it's not installed
2 parents ea981b0 + 0b58985 commit 10fd29d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)