Changeset 38858 for trunk/wp-tests-config-sample.php
- Timestamp:
- 10/21/2016 11:02:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-tests-config-sample.php
r36372 r38858 3 3 /* Path to the WordPress codebase you'd like to test. Add a forward slash in the end. */ 4 4 define( 'ABSPATH', dirname( __FILE__ ) . '/src/' ); 5 6 /* 7 * Path to the theme to test with. 8 * 9 * The 'default' theme is symlinked from test/phpunit/data/themedir1/default into 10 * the themes directory of the WordPress install defined above. 11 */ 12 define( 'WP_DEFAULT_THEME', 'default' ); 5 13 6 14 // Test with multisite enabled.
Note: See TracChangeset
for help on using the changeset viewer.