Changeset 36563 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 02/17/2016 10:01:11 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/bootstrap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r35350 r36563 26 26 define( 'WP_TESTS_TABLE_PREFIX', $table_prefix ); 27 27 define( 'DIR_TESTDATA', dirname( __FILE__ ) . '/../data' ); 28 29 define( 'WP_LANG_DIR', DIR_TESTDATA . '/languages' ); 28 30 29 31 if ( ! defined( 'WP_TESTS_FORCE_KNOWN_BUGS' ) )
Note: See TracChangeset
for help on using the changeset viewer.