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