Changeset 38907 for trunk/tests/phpunit/includes/install.php
- Timestamp:
- 10/25/2016 10:24:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r38470 r38907 9 9 $config_file_path = $argv[1]; 10 10 $multisite = ! empty( $argv[2] ); 11 12 // Set the theme to our special empty theme, to avoid interference from the current Twenty* theme. 13 if ( ! defined( 'WP_DEFAULT_THEME' ) ) { 14 define( 'WP_DEFAULT_THEME', 'default' ); 15 } 16 $wp_theme_directories = array( dirname( __FILE__ ) . '/../data/themedir1' ); 11 17 12 18 define( 'WP_INSTALLING', true );
Note: See TracChangeset
for help on using the changeset viewer.