Changeset 39086 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 11/02/2016 04:26:18 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r38908 r39086 52 52 // Override the PHPMailer 53 53 require_once( dirname( __FILE__ ) . '/mock-mailer.php' ); 54 $phpmailer = new MockPHPMailer( );54 $phpmailer = new MockPHPMailer( true ); 55 55 56 56 if ( ! defined( 'WP_DEFAULT_THEME' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.