Changeset 53815 for trunk/tests/phpunit/tests/feed/rss2.php
- Timestamp:
- 08/03/2022 12:18:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/feed/rss2.php
r53241 r53815 59 59 wp_set_object_terms( $post, self::$category->slug, 'category' ); 60 60 } 61 62 // Assign a tagline option. 63 update_option( 'blogdescription', 'Just another WordPress site' ); 64 61 65 } 62 66 … … 74 78 $this->set_permalink_structure( '/%year%/%monthnum%/%day%/%postname%/' ); 75 79 create_initial_taxonomies(); 80 } 81 82 /** 83 * Tear down. 84 */ 85 public static function wpTearDownAfterClass() { 86 delete_option( 'blogdescription' ); 76 87 } 77 88
Note: See TracChangeset
for help on using the changeset viewer.