Changeset 54872 for trunk/tests/phpunit/tests/pluggable/wpMail.php
- Timestamp:
- 11/24/2022 10:09:39 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pluggable/wpMail.php
r54702 r54872 174 174 175 175 // Non-fatal errors. 176 $this->assertTrue( wp_mail( 'valid@address.com', 'subject', 'body', "Cc: invalid-address\nBcc: @invalid.address", ABSPATH . ' /non-existent-file.html' ) );176 $this->assertTrue( wp_mail( 'valid@address.com', 'subject', 'body', "Cc: invalid-address\nBcc: @invalid.address", ABSPATH . 'non-existent-file.html' ) ); 177 177 178 178 // Fatal errors.
Note: See TracChangeset
for help on using the changeset viewer.