Skip to content

Commit

Permalink
[Intl] Fix tests after the ICU update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Mar 31, 2019
1 parent 1e94bcf commit fa95d90
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
Expand Up @@ -523,8 +523,8 @@ abstract class AbstractCurrencyDataProviderTest extends AbstractDataProviderTest
'WST' => 882,
'YER' => 886,
'YUN' => 890,
'YUD' => 890,
'YUM' => 891,
'YUD' => 891,
'CSD' => 891,
'ZMK' => 894,
'TWD' => 901,
Expand Down
Expand Up @@ -124,6 +124,7 @@ abstract class AbstractDataProviderTest extends TestCase
'en',
'en_001',
'en_150',
'en_AE',
'en_AG',
'en_AI',
'en_AS',
Expand Down Expand Up @@ -230,6 +231,7 @@ abstract class AbstractDataProviderTest extends TestCase
'en_ZM',
'en_ZW',
'eo',
'eo_001',
'es',
'es_419',
'es_AR',
Expand Down Expand Up @@ -267,6 +269,23 @@ abstract class AbstractDataProviderTest extends TestCase
'fa_AF',
'fa_IR',
'ff',
'ff_CM',
'ff_GN',
'ff_Latn',
'ff_Latn_BF',
'ff_Latn_CM',
'ff_Latn_GH',
'ff_Latn_GM',
'ff_Latn_GN',
'ff_Latn_GW',
'ff_Latn_LR',
'ff_Latn_MR',
'ff_Latn_NE',
'ff_Latn_NG',
'ff_Latn_SL',
'ff_Latn_SN',
'ff_MR',
'ff_SN',
'fi',
'fi_FI',
'fo',
Expand Down Expand Up @@ -471,6 +490,7 @@ abstract class AbstractDataProviderTest extends TestCase
'pl_PL',
'ps',
'ps_AF',
'ps_PK',
'pt',
'pt_AO',
'pt_BR',
Expand Down Expand Up @@ -640,11 +660,15 @@ abstract class AbstractDataProviderTest extends TestCase
'bs_BA' => 'bs_Latn_BA',
'en_NH' => 'en_VU',
'en_RH' => 'en_ZW',
'ff_CM' => 'ff_Latn_CM',
'ff_GN' => 'ff_Latn_GN',
'ff_MR' => 'ff_Latn_MR',
'ff_SN' => 'ff_Latn_SN',
'in' => 'id',
'in_ID' => 'id_ID',
'iw' => 'he',
'iw_IL' => 'he_IL',
'mo' => 'ro_MD',
'mo' => 'ro',
'no' => 'nb',
'no_NO' => 'nb_NO',
'no_NO_NY' => 'nn_NO',
Expand Down
Expand Up @@ -62,6 +62,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
'Egyh',
'Egyp',
'Elba',
'Elym',
'Ethi',
'Geok',
'Geor',
Expand All @@ -84,6 +85,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
'Hira',
'Hluw',
'Hmng',
'Hmnp',
'Hrkt',
'Hung',
'Inds',
Expand Down Expand Up @@ -132,6 +134,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
'Mtei',
'Mult',
'Mymr',
'Nand',
'Narb',
'Nbat',
'Newa',
Expand All @@ -154,6 +157,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
'Phnx',
'Plrd',
'Prti',
'Qaag',
'Rjng',
'Rohg',
'Roro',
Expand Down Expand Up @@ -197,6 +201,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
'Vaii',
'Visp',
'Wara',
'Wcho',
'Wole',
'Xpeo',
'Xsux',
Expand Down

0 comments on commit fa95d90

Please sign in to comment.