Skip to content

Commit

Permalink
Add another intl variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 25, 2022
1 parent 9201e12 commit 5731856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase/I18n/TimeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,7 @@ public function assertTimeFormat(string $expected, string $result, string $messa
$expected = str_replace([',', '(', ')', ' at', ' م.', ' ه‍.ش.', ' AP', ' AH', ' SAKA', 'à '], '', $expected);
$expected = str_replace([' '], ' ', $expected);

$result = str_replace('temps universel coordonné', 'UTC', $result);
$result = str_replace('Temps universel coordonné', 'UTC', $result);
$result = str_replace('tiempo universal coordinado', 'GMT', $result);
$result = str_replace('Coordinated Universal Time', 'GMT', $result);
Expand Down

0 comments on commit 5731856

Please sign in to comment.