Changeset 53902
- Timestamp:
- 08/17/2022 09:03:06 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r53874 r53902 217 217 218 218 define( 'WP_LANG_DIR', realpath( DIR_TESTDATA . '/languages' ) ); 219 define( 'WP_PLUGIN_DIR', realpath( DIR_TESTDATA . '/plugins' ) ); 219 220 if ( defined( 'WP_RUN_CORE_TESTS' ) && WP_RUN_CORE_TESTS ) { 221 define( 'WP_PLUGIN_DIR', realpath( DIR_TESTDATA . '/plugins' ) ); 222 } 220 223 221 224 if ( ! defined( 'WP_TESTS_FORCE_KNOWN_BUGS' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.