Skip to content

Commit 0b58985

Browse files
committed
skip tests requiring the intl extension if it's not installed
1 parent dc6e748 commit 0b58985

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)