- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacySendPersonalDataExportEmail.php
r51462 r51568 58 58 * @since 4.9.6 59 59 */ 60 public function set Up() {61 parent::set Up();60 public function set_up() { 61 parent::set_up(); 62 62 reset_phpmailer_instance(); 63 63 } … … 68 68 * @since 4.9.6 69 69 */ 70 public function tear Down() {70 public function tear_down() { 71 71 reset_phpmailer_instance(); 72 72 restore_previous_locale(); 73 parent::tear Down();73 parent::tear_down(); 74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.