Changeset 54512 for branches/6.0/tests/phpunit/tests/date/xmlrpc.php
- Timestamp:
- 10/14/2022 05:58:20 AM (2 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/tests/phpunit/tests/date/xmlrpc.php
r52389 r54512 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.