Changeset 54207 for trunk/tests/phpunit/tests/date/getPermalink.php
- Timestamp:
- 09/19/2022 05:43:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/getPermalink.php
r52010 r54207 11 11 public function tear_down() { 12 12 delete_option( 'permalink_structure' ); 13 update_option( 'timezone_string', ' UTC' );13 update_option( 'timezone_string', '' ); 14 14 // phpcs:ignore WordPress.DateTime.RestrictedFunctions.timezone_change_date_default_timezone_set 15 15 date_default_timezone_set( 'UTC' );
Note: See TracChangeset
for help on using the changeset viewer.