Changeset 54207 for trunk/tests/phpunit/tests/date/mysql2date.php
- Timestamp:
- 09/19/2022 05:43:55 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/date/mysql2date.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/mysql2date.php
r52010 r54207 11 11 // phpcs:ignore WordPress.DateTime.RestrictedFunctions.timezone_change_date_default_timezone_set 12 12 date_default_timezone_set( 'UTC' ); 13 14 // Reset the timezone option to the default value. 15 update_option( 'timezone_string', '' ); 13 16 14 17 parent::tear_down();
Note: See TracChangeset
for help on using the changeset viewer.