Changeset 9316 for trunk/tests/phpunit/includes/define-constants.php
- Timestamp:
- 01/08/2015 09:44:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/define-constants.php
r8958 r9316 40 40 define( 'WP_TESTS_CONFIG_PATH', WP_ROOT_DIR . '/wp-tests-config.php' ); 41 41 42 } else 42 } elseif ( file_exists( WP_TESTS_DIR . '/wp-tests-config.php' ) ) { 43 43 // Legacy unit-test.svn.wordpress.org setup 44 44 define( 'WP_TESTS_CONFIG_PATH', WP_TESTS_DIR . '/wp-tests-config.php' ); 45 45 46 } else 46 } elseif ( file_exists( dirname( dirname( WP_TESTS_DIR ) ) . '/wp-tests-config.php' ) ) { 47 47 // Environment variable exists and points to tests/phpunit of 48 48 // develop.svn.wordpress.org setup
Note: See TracChangeset
for help on using the changeset viewer.