Changeset 54217 for trunk/tests/phpunit/tests/date/currentTime.php
- Timestamp:
- 09/19/2022 09:18:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/currentTime.php
r54207 r54217 93 93 */ 94 94 public function test_should_return_wp_timestamp() { 95 update_option( 'timezone_string', 'Europe/ Kiev' );95 update_option( 'timezone_string', 'Europe/Helsinki' ); 96 96 97 97 $timestamp = time(); … … 118 118 */ 119 119 public function test_should_return_correct_local_time() { 120 update_option( 'timezone_string', 'Europe/ Kiev' );120 update_option( 'timezone_string', 'Europe/Helsinki' ); 121 121 122 122 $timestamp = time();
Note: See TracChangeset
for help on using the changeset viewer.