- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r51462 r51568 98 98 } 99 99 100 public function set Up() {101 parent::set Up();100 public function set_up() { 101 parent::set_up(); 102 102 register_post_type( 103 103 'youseeme', … … 5155 5155 } 5156 5156 5157 public function tear Down() {5157 public function tear_down() { 5158 5158 if ( isset( $this->attachment_id ) ) { 5159 5159 $this->remove_added_uploads(); 5160 5160 } 5161 5161 5162 parent::tear Down();5162 parent::tear_down(); 5163 5163 } 5164 5164
Note: See TracChangeset
for help on using the changeset viewer.