Changeset 54516 for branches/5.6/tests/phpunit/tests/date/getPostTime.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/getPostTime.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/tests/phpunit/tests/date/getPostTime.php
r48937 r54516 50 50 */ 51 51 public function test_should_return_wp_timestamp() { 52 $timezone = 'Europe/ Kiev';52 $timezone = 'Europe/Helsinki'; 53 53 update_option( 'timezone_string', $timezone ); 54 54 … … 79 79 */ 80 80 public function test_should_return_time() { 81 $timezone = 'Europe/ Kiev';81 $timezone = 'Europe/Helsinki'; 82 82 update_option( 'timezone_string', $timezone ); 83 83 … … 120 120 ); 121 121 122 update_option( 'timezone_string', 'Europe/ Kiev' );122 update_option( 'timezone_string', 'Europe/Helsinki' ); 123 123 124 124 $this->assertSame( $rfc3339, get_post_time( DATE_RFC3339, true, $post_id ) );
Note: See TracChangeset
for help on using the changeset viewer.