@@ -89,18 +89,44 @@ public function dataProvider(): array
8989 [++$ number , 'getCountryName ' , null , 'Africa/Accra ' , CountryAfrica::COUNTRY_NAME_GH [Locale::EN_GB ]],
9090
9191 /**
92- * getCountry/getCountryName: Africa
92+ * getCountry/getCountryName: America
9393 */
9494 [++$ number , 'getCountryCode ' , null , 'America/Argentina/Tucuman ' , CountryAmerica::COUNTRY_CODE_AR ],
9595 [++$ number , 'getCountryName ' , null , 'America/Argentina/Tucuman ' , CountryAmerica::COUNTRY_NAME_AR [Locale::EN_GB ]],
96+ [++$ number , 'getCountryCode ' , null , 'America/Bogota ' , CountryAmerica::COUNTRY_CODE_CO ],
97+ [++$ number , 'getCountryName ' , null , 'America/Bogota ' , CountryAmerica::COUNTRY_NAME_CO [Locale::EN_GB ]],
98+ [++$ number , 'getCountryCode ' , null , 'America/Chihuahua ' , CountryAmerica::COUNTRY_CODE_MX ],
99+ [++$ number , 'getCountryName ' , null , 'America/Chihuahua ' , CountryAmerica::COUNTRY_NAME_MX [Locale::EN_GB ]],
100+ [++$ number , 'getCountryCode ' , null , 'America/Hermosillo ' , CountryAmerica::COUNTRY_CODE_MX ],
101+ [++$ number , 'getCountryName ' , null , 'America/Hermosillo ' , CountryAmerica::COUNTRY_NAME_MX [Locale::EN_GB ]],
102+ [++$ number , 'getCountryCode ' , null , 'America/Matamoros ' , CountryAmerica::COUNTRY_CODE_MX ],
103+ [++$ number , 'getCountryName ' , null , 'America/Matamoros ' , CountryAmerica::COUNTRY_NAME_MX [Locale::EN_GB ]],
104+ [++$ number , 'getCountryCode ' , null , 'America/Monterrey ' , CountryAmerica::COUNTRY_CODE_MX ],
105+ [++$ number , 'getCountryName ' , null , 'America/Monterrey ' , CountryAmerica::COUNTRY_NAME_MX [Locale::EN_GB ]],
106+ [++$ number , 'getCountryCode ' , null , 'America/Nassau ' , CountryAmerica::COUNTRY_CODE_BS ],
107+ [++$ number , 'getCountryName ' , null , 'America/Nassau ' , CountryAmerica::COUNTRY_NAME_BS [Locale::EN_GB ]],
108+ [++$ number , 'getCountryCode ' , null , 'America/Ojinaga ' , CountryAmerica::COUNTRY_CODE_MX ],
109+ [++$ number , 'getCountryName ' , null , 'America/Ojinaga ' , CountryAmerica::COUNTRY_NAME_MX [Locale::EN_GB ]],
110+ [++$ number , 'getCountryCode ' , null , 'America/Puerto_Rico ' , CountryAmerica::COUNTRY_CODE_PR ],
111+ [++$ number , 'getCountryName ' , null , 'America/Puerto_Rico ' , CountryAmerica::COUNTRY_NAME_PR [Locale::EN_GB ]],
112+ [++$ number , 'getCountryCode ' , null , 'America/St_Thomas ' , CountryAmerica::COUNTRY_CODE_VI ],
113+ [++$ number , 'getCountryName ' , null , 'America/St_Thomas ' , CountryAmerica::COUNTRY_NAME_VI [Locale::EN_GB ]],
114+ [++$ number , 'getCountryCode ' , null , 'America/Tijuana ' , CountryAmerica::COUNTRY_CODE_MX ],
115+ [++$ number , 'getCountryName ' , null , 'America/Tijuana ' , CountryAmerica::COUNTRY_NAME_MX [Locale::EN_GB ]],
96116
97117 /**
98118 * getCountry/getCountryName: Asia
99119 */
100120 [++$ number , 'getCountryCode ' , null , 'Asia/Almaty ' , CountryAsia::COUNTRY_CODE_KZ ],
101121 [++$ number , 'getCountryName ' , null , 'Asia/Almaty ' , CountryAsia::COUNTRY_NAME_KZ [Locale::EN_GB ]],
122+ [++$ number , 'getCountryCode ' , null , 'Asia/Bishkek ' , CountryAsia::COUNTRY_CODE_KG ],
123+ [++$ number , 'getCountryName ' , null , 'Asia/Bishkek ' , CountryAsia::COUNTRY_NAME_KG [Locale::EN_GB ]],
102124 [++$ number , 'getCountryCode ' , null , 'Asia/Dubai ' , CountryAsia::COUNTRY_CODE_AE ],
103125 [++$ number , 'getCountryName ' , null , 'Asia/Dubai ' , CountryAsia::COUNTRY_NAME_AE [Locale::EN_GB ]],
126+ [++$ number , 'getCountryCode ' , null , 'Asia/Jerusalem ' , CountryAsia::COUNTRY_CODE_IL ],
127+ [++$ number , 'getCountryName ' , null , 'Asia/Jerusalem ' , CountryAsia::COUNTRY_NAME_IL [Locale::EN_GB ]],
128+ [++$ number , 'getCountryCode ' , null , 'Asia/Kathmandu ' , CountryAsia::COUNTRY_CODE_NP ],
129+ [++$ number , 'getCountryName ' , null , 'Asia/Kathmandu ' , CountryAsia::COUNTRY_NAME_NP [Locale::EN_GB ]],
104130 [++$ number , 'getCountryCode ' , null , 'Asia/Nicosia ' , CountryAsia::COUNTRY_CODE_CY ],
105131 [++$ number , 'getCountryName ' , null , 'Asia/Nicosia ' , CountryAsia::COUNTRY_NAME_CY [Locale::EN_GB ]],
106132
@@ -175,6 +201,8 @@ public function dataProvider(): array
175201 /**
176202 * getCountry/getCountryName: Pacific
177203 */
204+ [++$ number , 'getCountryCode ' , null , 'Pacific/Easter ' , CountryAmerica::COUNTRY_CODE_CL ],
205+ [++$ number , 'getCountryName ' , null , 'Pacific/Easter ' , CountryAmerica::COUNTRY_NAME_CL [Locale::EN_GB ]],
178206 [++$ number , 'getCountryCode ' , null , 'Pacific/Marquesas ' , CountryPacific::COUNTRY_CODE_PF ],
179207 [++$ number , 'getCountryName ' , null , 'Pacific/Marquesas ' , CountryPacific::COUNTRY_NAME_PF [Locale::EN_GB ]],
180208 [++$ number , 'getCountryCode ' , null , 'Pacific/Port_Moresby ' , CountryPacific::COUNTRY_CODE_PG ],
0 commit comments