Changeset 25008
- Timestamp:
- 08/07/2013 10:09:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/includes/bootstrap.php
r25002 r25008 8 8 9 9 $config_file_path = dirname( __FILE__ ) . '/../wp-tests-config.php'; 10 if ( ! file_exists( $config_file_path ) ) { 11 // Support having the config file one level up. 12 $config_file_path = dirname( __FILE__ ) . '/../../wp-tests-config.php'; 13 } 10 14 11 15 /*
Note: See TracChangeset
for help on using the changeset viewer.