Changeset 54513 for branches/5.9/tests/phpunit/tests/date/currentTime.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/currentTime.php
r51331 r54513 82 82 */ 83 83 public function test_should_return_wp_timestamp() { 84 update_option( 'timezone_string', 'Europe/ Kiev' );84 update_option( 'timezone_string', 'Europe/Helsinki' ); 85 85 86 86 $timestamp = time(); … … 107 107 */ 108 108 public function test_should_return_correct_local_time() { 109 update_option( 'timezone_string', 'Europe/ Kiev' );109 update_option( 'timezone_string', 'Europe/Helsinki' ); 110 110 111 111 $timestamp = time();
Note: See TracChangeset
for help on using the changeset viewer.