mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-68760' of https://github.com/timhunt/moodle
This commit is contained in:
commit
2418c12c60
@ -182,6 +182,7 @@ $string['america/noronha'] = 'America/Noronha';
|
||||
$string['america/north_dakota/beulah'] = 'America/North_Dakota/Beulah';
|
||||
$string['america/north_dakota/center'] = 'America/North_Dakota/Center';
|
||||
$string['america/north_dakota/new_salem'] = 'America/North_Dakota/New_Salem';
|
||||
$string['america/nuuk'] = 'America/Nuuk';
|
||||
$string['america/ojinaga'] = 'America/Ojinaga';
|
||||
$string['america/panama'] = 'America/Panama';
|
||||
$string['america/pangnirtung'] = 'America/Pangnirtung';
|
||||
|
@ -170,7 +170,8 @@ class core_date_testcase extends advanced_testcase {
|
||||
$phpzones = DateTimeZone::listIdentifiers();
|
||||
$manager = get_string_manager();
|
||||
foreach ($phpzones as $tz) {
|
||||
$this->assertTrue($manager->string_exists(strtolower($tz), 'core_timezones'));
|
||||
$this->assertTrue($manager->string_exists(strtolower($tz), 'core_timezones'),
|
||||
'String for timezone ' . strtolower($tz) . ' not found.');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user