Changeset 48645 for trunk/tests/phpunit/tests/mail.php
- Timestamp:
- 07/27/2020 08:17:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/mail.php
r48443 r48645 408 408 $this->assertEquals( $expected_error_data, $call_args[0]->get_error_data() ); 409 409 } 410 411 /** 412 * @ticket 50720 413 */ 414 function test_phpmailer_validator() { 415 $phpmailer = $GLOBALS['phpmailer']; 416 $this->assertTrue( $phpmailer->validateAddress( 'foo@192.168.1.1' ), 'Assert PHPMailer accepts IP address email addresses' ); 417 } 410 418 }
Note: See TracChangeset
for help on using the changeset viewer.