Changeset 882 in tests
- Timestamp:
- 07/08/2012 11:10:15 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootstrap.php
r876 r882 21 21 global $wpdb, $current_site, $current_blog, $wp_rewrite, $shortcode_tags, $wp; 22 22 23 if ( !is_readable( $config_file_path ) ) { 24 die( "ERROR: wp-test-config.php is missing! Please use wp-test-config-sample.php to create a config file.\n" ); 25 } 23 26 require_once $config_file_path; 24 27
Note: See TracChangeset
for help on using the changeset viewer.