Changeset 54207 for trunk/tests/phpunit/tests/date/query.php
- Timestamp:
- 09/19/2022 05:43:55 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/date/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/query.php
r51568 r54207 20 20 unset( $this->q ); 21 21 $this->q = new WP_Date_Query( array( 'm' => 2 ) ); 22 } 23 24 /** 25 * Cleans up. 26 */ 27 public function tear_down() { 28 // Reset the timezone option to the default value. 29 update_option( 'timezone_string', '' ); 30 31 parent::tear_down(); 22 32 } 23 33
Note: See TracChangeset
for help on using the changeset viewer.