Changeset 54512 for branches/6.0/tests/phpunit/tests/date/getPostTime.php
- Timestamp:
- 10/14/2022 05:58:20 AM (2 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/tests/phpunit/tests/date/getPostTime.php
r50291 r54512 52 52 */ 53 53 public function test_should_return_wp_timestamp() { 54 $timezone = 'Europe/ Kiev';54 $timezone = 'Europe/Helsinki'; 55 55 update_option( 'timezone_string', $timezone ); 56 56 … … 81 81 */ 82 82 public function test_should_return_time() { 83 $timezone = 'Europe/ Kiev';83 $timezone = 'Europe/Helsinki'; 84 84 update_option( 'timezone_string', $timezone ); 85 85 … … 122 122 ); 123 123 124 update_option( 'timezone_string', 'Europe/ Kiev' );124 update_option( 'timezone_string', 'Europe/Helsinki' ); 125 125 126 126 $this->assertSame( $rfc3339, get_post_time( DATE_RFC3339, true, $post_id ) );
Note: See TracChangeset
for help on using the changeset viewer.