Ticket #36609: 36609.diff
File 36609.diff, 423 bytes (added by , 9 years ago) |
---|
-
tests/phpunit/tests/mail.php
9 9 unset( $GLOBALS['phpmailer']->mock_sent ); 10 10 } 11 11 12 function tearDown() { 13 parent::setUp(); 14 unset( $GLOBALS['phpmailer']->mock_sent ); 15 } 16 12 17 /** 13 18 * Send a mail with a 1000 char long line. 14 19 *