Changeset 43311 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 05/23/2018 05:54:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r43309 r43311 33 33 require_once dirname( __FILE__ ) . '/functions.php'; 34 34 35 if ( file_exists( ABSPATH . '_index.php' ) ) {35 if ( defined( 'WP_RUN_CORE_TESTS' ) && WP_RUN_CORE_TESTS && file_exists( ABSPATH . '_index.php' ) ) { 36 36 // Perhaps add more documentation about having to run `grunt` before running tests after changing code. 37 37 echo "ERROR: ABSPATH must point to the `build` directory, not the `src` directory. Please update your wp-tests-config.php file.\n";
Note: See TracChangeset
for help on using the changeset viewer.