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