Changeset 59326 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 10/30/2024 11:27:08 PM (15 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/bootstrap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r59086 r59326 217 217 define( 'IMPORTER_PLUGIN_FOR_TESTS', DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' ); 218 218 219 if ( defined( 'WP_RUN_CORE_TESTS' ) && WP_RUN_CORE_TESTS && ! file_exists( IMPORTER_PLUGIN_FOR_TESTS ) ) {220 echo 'The test suite requires the WordPress Importer plugin to be available in the `/data/plugins/` directory.'221 . ' See: https://make.wordpress.org/core/handbook/contribute/git/#unit-tests' . PHP_EOL,222 exit( 1 );223 }224 225 219 define( 'WP_LANG_DIR', realpath( DIR_TESTDATA . '/languages' ) ); 226 220
Note: See TracChangeset
for help on using the changeset viewer.