Changeset 49269
- Timestamp:
- 10/22/2020 12:42:51 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r49236 r49269 78 78 79 79 define( 'WP_LANG_DIR', realpath( DIR_TESTDATA . '/languages' ) ); 80 define( 'WP_PLUGIN_DIR', realpath( DIR_TESTDATA . '/plugins' ) ); 80 81 if ( defined( 'WP_RUN_CORE_TESTS' ) && WP_RUN_CORE_TESTS ) { 82 define( 'WP_PLUGIN_DIR', realpath( DIR_TESTDATA . '/plugins' ) ); 83 } 81 84 82 85 if ( ! defined( 'WP_TESTS_FORCE_KNOWN_BUGS' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.