Skip to content

Commit f0fd56a

Browse files
committed
test: remove incorrect comments
1 parent 72b8d96 commit f0fd56a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/system/I18n/TimeTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function testNewTimeNow(): void
6161
'en_US',
6262
IntlDateFormatter::SHORT,
6363
IntlDateFormatter::SHORT,
64-
'America/Chicago', // Default for CodeIgniter
64+
'America/Chicago',
6565
IntlDateFormatter::GREGORIAN,
6666
'yyyy-MM-dd HH:mm:ss'
6767
);
@@ -76,7 +76,7 @@ public function testTimeWithTimezone(): void
7676
'en_US',
7777
IntlDateFormatter::SHORT,
7878
IntlDateFormatter::SHORT,
79-
'Europe/London', // Default for CodeIgniter
79+
'Europe/London',
8080
IntlDateFormatter::GREGORIAN,
8181
'yyyy-MM-dd HH:mm:ss'
8282
);
@@ -92,7 +92,7 @@ public function testTimeWithTimezoneAndLocale(): void
9292
'fr_FR',
9393
IntlDateFormatter::SHORT,
9494
IntlDateFormatter::SHORT,
95-
'Europe/London', // Default for CodeIgniter
95+
'Europe/London',
9696
IntlDateFormatter::GREGORIAN,
9797
'yyyy-MM-dd HH:mm:ss'
9898
);

0 commit comments

Comments
 (0)