Changeset 26944 for trunk/tests/phpunit/includes/install.php
- Timestamp:
- 01/14/2014 09:55:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r26095 r26944 22 22 require_once ABSPATH . '/wp-admin/includes/upgrade.php'; 23 23 require_once ABSPATH . '/wp-includes/wp-db.php'; 24 25 // Override the PHPMailer 26 global $phpmailer; 27 require_once( dirname( __FILE__ ) . '/mock-mailer.php' ); 28 $phpmailer = new MockPHPMailer(); 24 29 25 30 $wpdb->query( 'SET storage_engine = INNODB' );
Note: See TracChangeset
for help on using the changeset viewer.