Make WordPress Core


Ignore:
Timestamp:
10/21/2015 10:33:53 PM (8 years ago)
Author:
johnbillion
Message:

Correctly use WP_TESTS_EMAIL in email tests.

See #761, #34000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/mail.php

    r34234 r35347  
    2121    function test_wp_mail_break_it() {
    2222        $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);
    2424    }
    2525
Note: See TracChangeset for help on using the changeset viewer.