Skip to content

Commit

Permalink
Merge branch '5.2' into 5.3
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nicolas-grekas committed Jun 27, 2021
2 parents 0732e97 + ab6dc1c commit bd53358
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/AbstractAsciiTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public function testCreateFromEmptyString()

/**
* @dataProvider provideBytesAt
*
* @requires extension intl 66.2
*/
public function testBytesAt(array $expected, string $string, int $offset, int $form = null)
{
Expand Down Expand Up @@ -157,6 +159,8 @@ public static function provideWrap(): array

/**
* @dataProvider provideLength
*
* @requires extension intl 66.2
*/
public function testLength(int $length, string $string)
{
Expand Down
2 changes: 2 additions & 0 deletions Tests/AbstractUnicodeTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ public static function provideBytesAt(): array

/**
* @dataProvider provideCodePointsAt
*
* @requires extension intl 66.2
*/
public function testCodePointsAt(array $expected, string $string, int $offset, int $form = null)
{
Expand Down

0 comments on commit bd53358

Please sign in to comment.