Changeset 51568 for trunk/tests/phpunit/tests/privacy/wpPrivacySendRequestConfirmationNotification.php
- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacySendRequestConfirmationNotification.php
r51462 r51568 23 23 * @since 4.9.8 24 24 */ 25 public function set Up() {26 parent::set Up();25 public function set_up() { 26 parent::set_up(); 27 27 reset_phpmailer_instance(); 28 28 } … … 33 33 * @since 4.9.8 34 34 */ 35 public function tear Down() {35 public function tear_down() { 36 36 reset_phpmailer_instance(); 37 parent::tear Down();37 parent::tear_down(); 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.