Make unit tests working

This commit is contained in:
Eric Espie
2025-10-02 09:48:22 +02:00
parent 0ea0da525e
commit 39fd879ca9
83 changed files with 1924 additions and 262 deletions

View File

@@ -340,7 +340,7 @@ abstract class NumberFormatter
* @param int $type Type of the formatting, one of the format type constants.
* Only type NumberFormatter::TYPE_DEFAULT is currently supported.
*
* @return bool|string The formatted value or false on error
* @return false|string The formatted value or false on error
*
* @see https://php.net/numberformatter.format
*

View File

@@ -1219,6 +1219,10 @@ return array (
array (
0 => 'EC$',
),
'XCG' =>
array (
0 => 'Cg.',
),
'XEU' =>
array (
0 => 'XEU',
@@ -1305,6 +1309,10 @@ return array (
1 => 0,
2 => 0,
),
'ZWG' =>
array (
0 => 'ZWG',
),
'ZWL' =>
array (
0 => 'ZWL',