Changeset 52010 for trunk/tests/phpunit/tests/date/getPermalink.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/getPermalink.php
r51568 r52010 9 9 class Tests_Date_GetPermalink extends WP_UnitTestCase { 10 10 11 function tear_down() {11 public function tear_down() { 12 12 delete_option( 'permalink_structure' ); 13 13 update_option( 'timezone_string', 'UTC' );
Note: See TracChangeset
for help on using the changeset viewer.