Skip to content

Commit bd53358

Browse files
Merge branch '5.2' into 5.3
* 5.2: Fix CI [SecurityBundle] Change n/a information label from red to yellow Fix CI * validators.(ru|lt).xlf - wrong trans-unit ids Add new translation in Hungarian [Validator] Added missing spanish translation
2 parents 0732e97 + ab6dc1c commit bd53358

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)