Changeset 45445 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 05/26/2019 07:34:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r45020 r45445 48 48 49 49 if ( defined( 'WP_RUN_CORE_TESTS' ) && WP_RUN_CORE_TESTS && ! is_dir( ABSPATH ) ) { 50 echo "ERROR: The /build/ directory is missing! Please run ` gruntbuild` prior to running PHPUnit.\n";50 echo "ERROR: The /build/ directory is missing! Please run `npm run build` prior to running PHPUnit.\n"; 51 51 exit( 1 ); 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.