Changeset 51568 for trunk/tests/phpunit/tests/mail.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/mail.php
r51462 r51568 5 5 */ 6 6 class Tests_Mail extends WP_UnitTestCase { 7 function set Up() {8 parent::set Up();7 function set_up() { 8 parent::set_up(); 9 9 reset_phpmailer_instance(); 10 10 } 11 11 12 function tear Down() {12 function tear_down() { 13 13 reset_phpmailer_instance(); 14 parent::tear Down();14 parent::tear_down(); 15 15 } 16 16
Note: See TracChangeset
for help on using the changeset viewer.