Changeset 45020
- Timestamp:
- 03/26/2019 11:52:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r44723 r45020 34 34 exit( 1 ); 35 35 } 36 36 37 require_once $config_file_path; 37 38 require_once dirname( __FILE__ ) . '/functions.php'; … … 43 44 ); 44 45 echo "Please use the latest PHPUnit version from the 7.x branch.\n"; 46 exit( 1 ); 47 } 48 49 if ( defined( 'WP_RUN_CORE_TESTS' ) && WP_RUN_CORE_TESTS && ! is_dir( ABSPATH ) ) { 50 echo "ERROR: The /build/ directory is missing! Please run `grunt build` prior to running PHPUnit.\n"; 45 51 exit( 1 ); 46 52 }
Note: See TracChangeset
for help on using the changeset viewer.