Changeset 32839 for trunk/tests/phpunit/tests/mail.php
- Timestamp:
- 06/18/2015 01:52:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/mail.php
r32070 r32839 7 7 function setUp() { 8 8 parent::setUp(); 9 $_SERVER['SERVER_NAME'] = 'example.com';10 9 unset( $GLOBALS['phpmailer']->mock_sent ); 11 }12 13 function tearDown() {14 unset( $_SERVER['SERVER_NAME'] );15 parent::tearDown();16 10 } 17 11
Note: See TracChangeset
for help on using the changeset viewer.