Changeset 54217 for trunk/tests/phpunit/tests/date/query.php
- Timestamp:
- 09/19/2022 09:18:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/query.php
r54207 r54217 572 572 */ 573 573 public function test_build_mysql_datetime_with_custom_timezone( $datetime, $expected, $default_to_max = false ) { 574 update_option( 'timezone_string', 'Europe/ Kiev' );574 update_option( 'timezone_string', 'Europe/Helsinki' ); 575 575 576 576 $q = new WP_Date_Query( array() ); … … 594 594 */ 595 595 public function test_build_mysql_datetime_with_relative_date() { 596 update_option( 'timezone_string', 'Europe/ Kiev' );596 update_option( 'timezone_string', 'Europe/Helsinki' ); 597 597 598 598 $q = new WP_Date_Query( array() );
Note: See TracChangeset
for help on using the changeset viewer.