Skip to content

Commit

Permalink
test: add missing extension requirement to test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla authored Aug 24, 2023
1 parent d608ee9 commit 17a27a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Unit/Mapper/Tree/Message/NodeMessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ public function test_custom_locale_returns_clone(): void
self::assertNotSame($messageA, $messageB);
}

/**
* @requires extension intl
*/
public function test_custom_locale_is_used(): void
{
$originalMessage = (new FakeMessage('un message: {value, spellout}'))->withParameters(['value' => '42']);
Expand Down

0 comments on commit 17a27a3

Please sign in to comment.