Changeset 54514 for branches/5.8/tests/phpunit/tests/date/xmlrpc.php
- Timestamp:
- 10/14/2022 06:56:01 AM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/tests/phpunit/tests/date/xmlrpc.php
r50279 r54514 15 15 */ 16 16 public function test_date_new_post() { 17 $timezone = 'Europe/ Kiev';17 $timezone = 'Europe/Helsinki'; 18 18 update_option( 'timezone_string', $timezone ); 19 19 … … 135 135 */ 136 136 public function test_date_edit_post() { 137 $timezone = 'Europe/ Kiev';137 $timezone = 'Europe/Helsinki'; 138 138 update_option( 'timezone_string', $timezone ); 139 139 … … 203 203 * @covers wp_xmlrpc_server::wp_editComment 204 204 */ 205 function test_date_edit_comment() {206 $timezone = 'Europe/ Kiev';205 public function test_date_edit_comment() { 206 $timezone = 'Europe/Helsinki'; 207 207 update_option( 'timezone_string', $timezone ); 208 208
Note: See TracChangeset
for help on using the changeset viewer.