- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/PrivacyErasePersonalData.php
r49603 r51568 127 127 * Register a custom personal data eraser. 128 128 */ 129 public function set Up() {130 parent::set Up();129 public function set_up() { 130 parent::set_up(); 131 131 132 132 $this->key_to_unset = ''; … … 150 150 * Clean up after each test method. 151 151 */ 152 public function tear Down() {152 public function tear_down() { 153 153 remove_filter( 'wp_privacy_personal_data_erasers', array( $this, 'register_custom_personal_data_eraser' ) ); 154 154 $this->new_callback_value = ''; … … 158 158 } 159 159 160 parent::tear Down();160 parent::tear_down(); 161 161 } 162 162
Note: See TracChangeset
for help on using the changeset viewer.