Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa95d90

Browse filesBrowse files
committed
[Intl] Fix tests after the ICU update
1 parent 1e94bcf commit fa95d90
Copy full SHA for fa95d90

File tree

Expand file treeCollapse file tree

3 files changed

+31
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+31
-2
lines changed

‎src/Symfony/Component/Intl/Tests/Data/Provider/AbstractCurrencyDataProviderTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Intl/Tests/Data/Provider/AbstractCurrencyDataProviderTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ abstract class AbstractCurrencyDataProviderTest extends AbstractDataProviderTest
523523
'WST' => 882,
524524
'YER' => 886,
525525
'YUN' => 890,
526+
'YUD' => 890,
526527
'YUM' => 891,
527-
'YUD' => 891,
528528
'CSD' => 891,
529529
'ZMK' => 894,
530530
'TWD' => 901,

‎src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Intl/Tests/Data/Provider/AbstractDataProviderTest.php
+25-1Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ abstract class AbstractDataProviderTest extends TestCase
124124
'en',
125125
'en_001',
126126
'en_150',
127+
'en_AE',
127128
'en_AG',
128129
'en_AI',
129130
'en_AS',
@@ -230,6 +231,7 @@ abstract class AbstractDataProviderTest extends TestCase
230231
'en_ZM',
231232
'en_ZW',
232233
'eo',
234+
'eo_001',
233235
'es',
234236
'es_419',
235237
'es_AR',
@@ -267,6 +269,23 @@ abstract class AbstractDataProviderTest extends TestCase
267269
'fa_AF',
268270
'fa_IR',
269271
'ff',
272+
'ff_CM',
273+
'ff_GN',
274+
'ff_Latn',
275+
'ff_Latn_BF',
276+
'ff_Latn_CM',
277+
'ff_Latn_GH',
278+
'ff_Latn_GM',
279+
'ff_Latn_GN',
280+
'ff_Latn_GW',
281+
'ff_Latn_LR',
282+
'ff_Latn_MR',
283+
'ff_Latn_NE',
284+
'ff_Latn_NG',
285+
'ff_Latn_SL',
286+
'ff_Latn_SN',
287+
'ff_MR',
288+
'ff_SN',
270289
'fi',
271290
'fi_FI',
272291
'fo',
@@ -471,6 +490,7 @@ abstract class AbstractDataProviderTest extends TestCase
471490
'pl_PL',
472491
'ps',
473492
'ps_AF',
493+
'ps_PK',
474494
'pt',
475495
'pt_AO',
476496
'pt_BR',
@@ -640,11 +660,15 @@ abstract class AbstractDataProviderTest extends TestCase
640660
'bs_BA' => 'bs_Latn_BA',
641661
'en_NH' => 'en_VU',
642662
'en_RH' => 'en_ZW',
663+
'ff_CM' => 'ff_Latn_CM',
664+
'ff_GN' => 'ff_Latn_GN',
665+
'ff_MR' => 'ff_Latn_MR',
666+
'ff_SN' => 'ff_Latn_SN',
643667
'in' => 'id',
644668
'in_ID' => 'id_ID',
645669
'iw' => 'he',
646670
'iw_IL' => 'he_IL',
647-
'mo' => 'ro_MD',
671+
'mo' => 'ro',
648672
'no' => 'nb',
649673
'no_NO' => 'nb_NO',
650674
'no_NO_NY' => 'nn_NO',

‎src/Symfony/Component/Intl/Tests/Data/Provider/AbstractScriptDataProviderTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Intl/Tests/Data/Provider/AbstractScriptDataProviderTest.php
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
6262
'Egyh',
6363
'Egyp',
6464
'Elba',
65+
'Elym',
6566
'Ethi',
6667
'Geok',
6768
'Geor',
@@ -84,6 +85,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
8485
'Hira',
8586
'Hluw',
8687
'Hmng',
88+
'Hmnp',
8789
'Hrkt',
8890
'Hung',
8991
'Inds',
@@ -132,6 +134,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
132134
'Mtei',
133135
'Mult',
134136
'Mymr',
137+
'Nand',
135138
'Narb',
136139
'Nbat',
137140
'Newa',
@@ -154,6 +157,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
154157
'Phnx',
155158
'Plrd',
156159
'Prti',
160+
'Qaag',
157161
'Rjng',
158162
'Rohg',
159163
'Roro',
@@ -197,6 +201,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
197201
'Vaii',
198202
'Visp',
199203
'Wara',
204+
'Wcho',
200205
'Wole',
201206
'Xpeo',
202207
'Xsux',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.