Changeset 42741 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 02/25/2018 06:06:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r42724 r42741 37 37 define( 'WP_TESTS_TABLE_PREFIX', $table_prefix ); 38 38 define( 'DIR_TESTDATA', dirname( __FILE__ ) . '/../data' ); 39 define( 'DIR_TESTROOT', realpath( dirname( dirname( __FILE__ ) ) ) ); 39 40 40 41 define( 'WP_LANG_DIR', DIR_TESTDATA . '/languages' );
Note: See TracChangeset
for help on using the changeset viewer.