- Timestamp:
- 03/05/2015 01:14:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getCommentsPagesCount.php
r27055 r31622 27 27 */ 28 28 function tearDown() { 29 parent::tearDown();30 29 update_option( 'page_comments', $this->option_page_comments ); 31 30 update_option( 'comments_per_page', $this->option_page_comments ); 32 31 update_option( 'thread_comments', $this->option_page_comments ); 33 32 update_option( 'posts_per_rss', $this->option_posts_per_rss ); 33 parent::tearDown(); 34 34 } 35 35
Note: See TracChangeset
for help on using the changeset viewer.