Changeset 54207 for trunk/tests/phpunit/tests/date/getPostTime.php
- Timestamp:
- 09/19/2022 05:43:55 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/getPostTime.php
r50291 r54207 9 9 */ 10 10 class Tests_Date_GetPostTime extends WP_UnitTestCase { 11 12 /** 13 * Cleans up. 14 */ 15 public function tear_down() { 16 // Reset the timezone option to the default value. 17 update_option( 'timezone_string', '' ); 18 19 parent::tear_down(); 20 } 11 21 12 22 /**
Note: See TracChangeset
for help on using the changeset viewer.