Changeset 54207 for trunk/tests/phpunit/tests/formatting/date.php
- Timestamp:
- 09/19/2022 05:43:55 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/formatting/date.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/date.php
r53562 r54207 6 6 */ 7 7 class Tests_Formatting_Date extends WP_UnitTestCase { 8 9 /** 10 * Cleans up. 11 */ 12 public function tear_down() { 13 // Reset changed options to their default value. 14 update_option( 'gmt_offset', 0 ); 15 update_option( 'timezone_string', '' ); 16 17 parent::tear_down(); 18 } 8 19 9 20 /**
Note: See TracChangeset
for help on using the changeset viewer.