Changeset 59327 for branches/6.7/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 10/30/2024 11:45:53 PM (15 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/includes/bootstrap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/tests/phpunit/includes/bootstrap.php
r59086 r59327 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.