Changeset 43316
- Timestamp:
- 05/25/2018 10:47:39 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/tests/phpunit/includes/bootstrap.php
r41966 r43316 64 64 define( 'WP_DEFAULT_THEME', 'default' ); 65 65 } 66 $wp_theme_directories = array( DIR_TESTDATA . '/themedir1' ); 66 $wp_theme_directories = array(); 67 68 if ( file_exists( DIR_TESTDATA . '/themedir1' ) ) { 69 $wp_theme_directories[] = DIR_TESTDATA . '/themedir1'; 70 } 67 71 68 72 system( WP_PHP_BINARY . ' ' . escapeshellarg( dirname( __FILE__ ) . '/install.php' ) . ' ' . escapeshellarg( $config_file_path ) . ' ' . $multisite, $retval );
Note: See TracChangeset
for help on using the changeset viewer.