Changeset 54513 for branches/5.9/tests/phpunit/tests/date/query.php
- Timestamp:
- 10/14/2022 06:49:30 AM (2 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/tests/phpunit/tests/date/query.php
r51568 r54513 562 562 */ 563 563 public function test_build_mysql_datetime_with_custom_timezone( $datetime, $expected, $default_to_max = false ) { 564 update_option( 'timezone_string', 'Europe/ Kiev' );564 update_option( 'timezone_string', 'Europe/Helsinki' ); 565 565 566 566 $q = new WP_Date_Query( array() ); … … 584 584 */ 585 585 public function test_build_mysql_datetime_with_relative_date() { 586 update_option( 'timezone_string', 'Europe/ Kiev' );586 update_option( 'timezone_string', 'Europe/Helsinki' ); 587 587 588 588 $q = new WP_Date_Query( array() );
Note: See TracChangeset
for help on using the changeset viewer.