Changeset 53815 for trunk/tests/phpunit/tests/feed/atom.php
- Timestamp:
- 08/03/2022 12:18:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/feed/atom.php
r52267 r53815 52 52 } 53 53 54 // Assign a tagline option. 55 update_option( 'blogdescription', 'Just another WordPress site' ); 56 54 57 } 55 58 … … 62 65 $this->post_count = (int) get_option( 'posts_per_rss' ); 63 66 $this->excerpt_only = get_option( 'rss_use_excerpt' ); 67 } 68 69 /** 70 * Tear down. 71 */ 72 public static function wpTearDownAfterClass() { 73 delete_option( 'blogdescription' ); 64 74 } 65 75
Note: See TracChangeset
for help on using the changeset viewer.