Changeset 38858 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 10/21/2016 11:02:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r38840 r38858 53 53 require_once( dirname( __FILE__ ) . '/mock-mailer.php' ); 54 54 $phpmailer = new MockPHPMailer(); 55 56 // Add a symlink to the empty default theme to the themes directory, so it can be used for the tests. 57 _symlink_default_theme(); 55 58 56 59 system( WP_PHP_BINARY . ' ' . escapeshellarg( dirname( __FILE__ ) . '/install.php' ) . ' ' . escapeshellarg( $config_file_path ) . ' ' . $multisite );
Note: See TracChangeset
for help on using the changeset viewer.