Changeset 55562 for trunk/tests/phpunit/tests/date/dateI18n.php
- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/dateI18n.php
r54230 r55562 204 204 * @ticket 25768 205 205 * 206 * @dataProvider d st_times206 * @dataProvider data_should_handle_dst 207 207 * 208 208 * @param string $time Time to test in Y-m-d H:i:s format. … … 220 220 } 221 221 222 public function d st_times() {222 public function data_should_handle_dst() { 223 223 return array( 224 224 'Before DST start' => array( '2019-03-31 02:59:00', 'Europe/Helsinki' ),
Note: See TracChangeset
for help on using the changeset viewer.