Changeset 47122 for trunk/tests/phpunit/includes/install.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r46586 r47122 32 32 require_once ABSPATH . '/wp-includes/wp-db.php'; 33 33 34 // Override the PHPMailer 34 // Override the PHPMailer. 35 35 global $phpmailer; 36 36 require_once( dirname( __FILE__ ) . '/mock-mailer.php' );
Note: See TracChangeset
for help on using the changeset viewer.