Changeset 35347 for trunk/tests/phpunit/tests/mail.php
- Timestamp:
- 10/21/2015 10:33:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/mail.php
r34234 r35347 21 21 function test_wp_mail_break_it() { 22 22 $content = str_repeat( 'A', 1000 ); 23 wp_mail( "admin@example.org", 'Looong line testing', $content);23 wp_mail( WP_TESTS_EMAIL, 'Looong line testing', $content); 24 24 } 25 25
Note: See TracChangeset
for help on using the changeset viewer.