Changeset 36786
- Timestamp:
- 02/29/2016 10:04:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/mail.php
r36594 r36786 21 21 function test_wp_mail_break_it() { 22 22 $content = str_repeat( 'A', 1000 ); 23 wp_mail( WP_TESTS_EMAIL, 'Looong line testing', $content);23 $this->assertTrue( wp_mail( WP_TESTS_EMAIL, 'Looong line testing', $content ) ); 24 24 } 25 25
Note: See TracChangeset
for help on using the changeset viewer.