Changeset 49236 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 10/20/2020 04:03:58 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/bootstrap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r49226 r49236 77 77 define( 'DIR_TESTROOT', realpath( dirname( __DIR__ ) ) ); 78 78 79 define( 'WP_LANG_DIR', DIR_TESTDATA . '/languages' ); 79 define( 'WP_LANG_DIR', realpath( DIR_TESTDATA . '/languages' ) ); 80 define( 'WP_PLUGIN_DIR', realpath( DIR_TESTDATA . '/plugins' ) ); 80 81 81 82 if ( ! defined( 'WP_TESTS_FORCE_KNOWN_BUGS' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.