Changeset 54516 for branches/5.6/tests/phpunit/tests/date/xmlrpc.php
- Timestamp:
- 10/14/2022 07:00:08 AM (3 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/date/xmlrpc.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/tests/phpunit/tests/date/xmlrpc.php
r48937 r54516 12 12 */ 13 13 public function test_date_new_post() { 14 $timezone = 'Europe/ Kiev';14 $timezone = 'Europe/Helsinki'; 15 15 update_option( 'timezone_string', $timezone ); 16 16 … … 130 130 */ 131 131 public function test_date_edit_post() { 132 $timezone = 'Europe/ Kiev';132 $timezone = 'Europe/Helsinki'; 133 133 update_option( 'timezone_string', $timezone ); 134 134 … … 196 196 * @ticket 30429 197 197 */ 198 function test_date_edit_comment() {199 $timezone = 'Europe/ Kiev';198 public function test_date_edit_comment() { 199 $timezone = 'Europe/Helsinki'; 200 200 update_option( 'timezone_string', $timezone ); 201 201
Note: See TracChangeset
for help on using the changeset viewer.