Changeset 37307
- Timestamp:
- 04/23/2016 08:15:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/mail.php
r36786 r37307 8 8 parent::setUp(); 9 9 unset( $GLOBALS['phpmailer']->mock_sent ); 10 } 11 12 function tearDown() { 13 unset( $GLOBALS['phpmailer']->mock_sent ); 14 parent::tearDown(); 10 15 } 11 16
Note: See TracChangeset
for help on using the changeset viewer.