Skip to content

Commit

Permalink
skip tests requiring the intl extension if it's not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Aug 12, 2024
1 parent dc6e748 commit 0b58985
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,8 @@ public function testReverseTransformSmallInt()
*/
public function testReverseTransformENotation($output, $input)
{
IntlTestHelper::requireFullIntl($this);

\Locale::setDefault('en');

$transformer = new NumberToLocalizedStringTransformer();
Expand Down

0 comments on commit 0b58985

Please sign in to comment.