Changeset 54516 for branches/5.6/tests/phpunit/tests/date/currentTime.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/currentTime.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/tests/phpunit/tests/date/currentTime.php
r48952 r54516 81 81 */ 82 82 public function test_should_return_wp_timestamp() { 83 update_option( 'timezone_string', 'Europe/ Kiev' );83 update_option( 'timezone_string', 'Europe/Helsinki' ); 84 84 85 85 $timestamp = time(); … … 106 106 */ 107 107 public function test_should_return_correct_local_time() { 108 update_option( 'timezone_string', 'Europe/ Kiev' );108 update_option( 'timezone_string', 'Europe/Helsinki' ); 109 109 110 110 $timestamp = time();
Note: See TracChangeset
for help on using the changeset viewer.