Changeset 51568 for trunk/tests/phpunit/tests/query/commentCount.php
- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/commentCount.php
r50450 r51568 8 8 public static $post_type = 'page'; // Can be anything. 9 9 10 public function set Up() {11 parent::set Up();10 public function set_up() { 11 parent::set_up(); 12 12 unset( $this->q ); 13 13 $this->q = new WP_Query(); 14 14 } 15 15 16 public function tear Down() {16 public function tear_down() { 17 17 unset( $this->q ); 18 parent::tear Down();18 parent::tear_down(); 19 19 } 20 20
Note: See TracChangeset
for help on using the changeset viewer.