Changeset 51462 for trunk/tests/phpunit/tests/mail.php
- Timestamp:
- 07/19/2021 02:00:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/mail.php
r51451 r51462 321 321 ); 322 322 323 $this->assert NotContains( 'quoted-printable', $GLOBALS['phpmailer']->mock_sent[0]['header'] );323 $this->assertStringNotContainsString( 'quoted-printable', $GLOBALS['phpmailer']->mock_sent[0]['header'] ); 324 324 } 325 325
Note: See TracChangeset
for help on using the changeset viewer.