Changeset 51568 for trunk/tests/phpunit/tests/privacy/wpPrivacySendErasureFulfillmentNotification.php
- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacySendErasureFulfillmentNotification.php
r51462 r51568 89 89 * @since 5.1.0 90 90 */ 91 public function set Up() {92 parent::set Up();91 public function set_up() { 92 parent::set_up(); 93 93 reset_phpmailer_instance(); 94 94 } … … 99 99 * @since 5.1.0 100 100 */ 101 public function tear Down() {101 public function tear_down() { 102 102 reset_phpmailer_instance(); 103 103 restore_previous_locale(); 104 parent::tear Down();104 parent::tear_down(); 105 105 } 106 106
Note: See TracChangeset
for help on using the changeset viewer.