- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getCommentsPagesCount.php
r48940 r51568 14 14 * setUp options 15 15 */ 16 function set Up() {17 parent::set Up();16 function set_up() { 17 parent::set_up(); 18 18 $this->option_page_comments = get_option( 'page_comments' ); 19 19 $this->option_page_comments = get_option( 'comments_per_page' ); … … 27 27 * tearDown options 28 28 */ 29 function tear Down() {29 function tear_down() { 30 30 update_option( 'page_comments', $this->option_page_comments ); 31 31 update_option( 'comments_per_page', $this->option_page_comments ); 32 32 update_option( 'thread_comments', $this->option_page_comments ); 33 33 update_option( 'posts_per_rss', $this->option_posts_per_rss ); 34 parent::tear Down();34 parent::tear_down(); 35 35 } 36 36
Note: See TracChangeset
for help on using the changeset viewer.