Changeset 51568 for trunk/tests/phpunit/tests/date/getPermalink.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/getPermalink.php
r50291 r51568 9 9 class Tests_Date_GetPermalink extends WP_UnitTestCase { 10 10 11 function tear Down() {11 function tear_down() { 12 12 delete_option( 'permalink_structure' ); 13 13 update_option( 'timezone_string', 'UTC' ); … … 15 15 date_default_timezone_set( 'UTC' ); 16 16 17 parent::tear Down();17 parent::tear_down(); 18 18 } 19 19
Note: See TracChangeset
for help on using the changeset viewer.