Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL committed May 18, 2020
1 parent d5d3564 commit 3a3a9ba
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,19 @@ abstract class AbstractDataProviderTest extends TestCase
'fa_AF',
'fa_IR',
'ff',
'ff_Adlm',
'ff_Adlm_BF',
'ff_Adlm_CM',
'ff_Adlm_GH',
'ff_Adlm_GM',
'ff_Adlm_GN',
'ff_Adlm_GW',
'ff_Adlm_LR',
'ff_Adlm_MR',
'ff_Adlm_NE',
'ff_Adlm_NG',
'ff_Adlm_SL',
'ff_Adlm_SN',
'ff_CM',
'ff_GN',
'ff_Latn',
Expand Down Expand Up @@ -406,6 +419,8 @@ abstract class AbstractDataProviderTest extends TestCase
'ko_KP',
'ko_KR',
'ks',
'ks_Arab',
'ks_Arab_IN',
'ks_IN',
'ku',
'ku_TR',
Expand Down Expand Up @@ -445,6 +460,7 @@ abstract class AbstractDataProviderTest extends TestCase
'mr_IN',
'ms',
'ms_BN',
'ms_ID',
'ms_MY',
'ms_SG',
'mt',
Expand Down Expand Up @@ -526,6 +542,10 @@ abstract class AbstractDataProviderTest extends TestCase
'rw',
'rw_RW',
'sd',
'sd_Arab',
'sd_Arab_PK',
'sd_Deva',
'sd_Deva_IN',
'sd_PK',
'se',
'se_FI',
Expand Down Expand Up @@ -575,6 +595,10 @@ abstract class AbstractDataProviderTest extends TestCase
'sr_RS',
'sr_XK',
'sr_YU',
'su',
'su_ID',
'su_Latn',
'su_Latn_ID',
'sv',
'sv_AX',
'sv_FI',
Expand Down Expand Up @@ -669,12 +693,14 @@ abstract class AbstractDataProviderTest extends TestCase
'in_ID' => 'id_ID',
'iw' => 'he',
'iw_IL' => 'he_IL',
'ks_IN' => 'ks_Arab_IN',
'mo' => 'ro',
'no' => 'nb',
'no_NO' => 'nb_NO',
'no_NO_NY' => 'nn_NO',
'pa_IN' => 'pa_Guru_IN',
'pa_PK' => 'pa_Arab_PK',
'sd_PK' => 'sd_Arab_PK',
'sh' => 'sr_Latn',
'sh_BA' => 'sr_Latn_BA',
'sh_CS' => 'sr_Latn_RS',
Expand All @@ -689,6 +715,7 @@ abstract class AbstractDataProviderTest extends TestCase
'sr_RS' => 'sr_Cyrl_RS',
'sr_XK' => 'sr_Cyrl_XK',
'sr_YU' => 'sr_Cyrl_RS',
'su_ID' => 'su_Latn_ID',
'tl' => 'fil',
'tl_PH' => 'fil_PH',
'uz_AF' => 'uz_Arab_AF',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
'Aghb',
'Ahom',
'Arab',
'Aran',
'Armi',
'Armn',
'Avst',
Expand All @@ -48,12 +49,14 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
'Cari',
'Cham',
'Cher',
'Chrs',
'Cirt',
'Copt',
'Cprt',
'Cyrl',
'Cyrs',
'Deva',
'Diak',
'Dogr',
'Dsrt',
'Dupl',
Expand Down Expand Up @@ -98,6 +101,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
'Khar',
'Khmr',
'Khoj',
'Kits',
'Knda',
'Kore',
'Kpel',
Expand Down Expand Up @@ -204,6 +208,7 @@ abstract class AbstractScriptDataProviderTest extends AbstractDataProviderTest
'Wole',
'Xpeo',
'Xsux',
'Yezi',
'Yiii',
'Zanb',
'Zinh',
Expand Down

0 comments on commit 3a3a9ba

Please sign in to comment.