Skip to content

Commit ab6dc1c

Browse files
Fix CI
1 parent b06f561 commit ab6dc1c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Tests/AbstractAsciiTestCase.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ public function testCreateFromEmptyString()
3636

3737
/**
3838
* @dataProvider provideBytesAt
39+
*
40+
* @requires extension intl 66.2
3941
*/
4042
public function testBytesAt(array $expected, string $string, int $offset, int $form = null)
4143
{
@@ -157,6 +159,8 @@ public static function provideWrap(): array
157159

158160
/**
159161
* @dataProvider provideLength
162+
*
163+
* @requires extension intl 66.2
160164
*/
161165
public function testLength(int $length, string $string)
162166
{

Tests/AbstractUnicodeTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ public static function provideBytesAt(): array
5757

5858
/**
5959
* @dataProvider provideCodePointsAt
60+
*
61+
* @requires extension intl 66.2
6062
*/
6163
public function testCodePointsAt(array $expected, string $string, int $offset, int $form = null)
6264
{

0 commit comments

Comments
 (0)