Changeset 54516 for branches/5.6/tests/phpunit/tests/date/query.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/query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/tests/phpunit/tests/date/query.php
r49606 r54516 556 556 */ 557 557 public function test_build_mysql_datetime_with_custom_timezone( $datetime, $expected, $default_to_max = false ) { 558 update_option( 'timezone_string', 'Europe/ Kiev' );558 update_option( 'timezone_string', 'Europe/Helsinki' ); 559 559 560 560 $q = new WP_Date_Query( array() ); … … 578 578 */ 579 579 public function test_build_mysql_datetime_with_relative_date() { 580 update_option( 'timezone_string', 'Europe/ Kiev' );580 update_option( 'timezone_string', 'Europe/Helsinki' ); 581 581 582 582 $q = new WP_Date_Query( array() );
Note: See TracChangeset
for help on using the changeset viewer.