Changeset 28943 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 07/01/2014 06:51:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r28910 r28943 24 24 require_once $config_file_path; 25 25 26 define( 'WP_TESTS_TABLE_PREFIX', $table_prefix ); 26 27 define( 'DIR_TESTDATA', dirname( __FILE__ ) . '/../data' ); 27 28
Note: See TracChangeset
for help on using the changeset viewer.