Changeset 54513 for branches/5.9/tests/phpunit/tests/date/xmlrpc.php
- Timestamp:
- 10/14/2022 06:49:30 AM (2 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/tests/phpunit/tests/date/xmlrpc.php
r52389 r54513 25 25 } 26 26 27 $timezone = 'Europe/ Kiev';27 $timezone = 'Europe/Helsinki'; 28 28 update_option( 'timezone_string', $timezone ); 29 29 … … 145 145 */ 146 146 public function test_date_edit_post() { 147 $timezone = 'Europe/ Kiev';147 $timezone = 'Europe/Helsinki'; 148 148 update_option( 'timezone_string', $timezone ); 149 149 … … 214 214 */ 215 215 public function test_date_edit_comment() { 216 $timezone = 'Europe/ Kiev';216 $timezone = 'Europe/Helsinki'; 217 217 update_option( 'timezone_string', $timezone ); 218 218
Note: See TracChangeset
for help on using the changeset viewer.