- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/PrivacyExportPersonalData.php
r49603 r51568 141 141 * @since 5.2.0 142 142 */ 143 public function set Up() {144 parent::set Up();143 public function set_up() { 144 parent::set_up(); 145 145 146 146 $this->key_to_unset = ''; … … 164 164 * Clean up after each test method. 165 165 */ 166 public function tear Down() {166 public function tear_down() { 167 167 remove_filter( 'wp_privacy_personal_data_exporters', array( $this, 'filter_register_custom_personal_data_exporter' ) ); 168 168 … … 170 170 revoke_super_admin( get_current_user_id() ); 171 171 } 172 parent::tear Down();172 parent::tear_down(); 173 173 } 174 174
Note: See TracChangeset
for help on using the changeset viewer.