Changeset 40284
- Timestamp:
- 03/13/2017 03:06:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r40122 r40284 2243 2243 2244 2244 wp_set_current_user( self::$editor_id ); 2245 update_option( 'timezone_string', 'America/Chicago' ); 2245 update_option( 'timezone_string', '' ); 2246 update_option( 'gmt_offset', -6 ); 2246 2247 2247 2248 // Need to set dates using wpdb directly because `wp_update_post` and … … 2288 2289 2289 2290 update_option( 'timezone_string', '' ); 2291 update_option( 'gmt_offset', 0 ); 2290 2292 } 2291 2293
Note: See TracChangeset
for help on using the changeset viewer.