Changeset 51568 for trunk/tests/phpunit/tests/query/search.php
- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/search.php
r51566 r51568 8 8 protected $post_type; 9 9 10 function set Up() {11 parent::set Up();10 function set_up() { 11 parent::set_up(); 12 12 13 13 $this->post_type = rand_str( 12 ); … … 17 17 } 18 18 19 function tear Down() {19 function tear_down() { 20 20 unset( $this->q ); 21 21 22 parent::tear Down();22 parent::tear_down(); 23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.