Changeset 36372 for trunk/wp-tests-config-sample.php
- Timestamp:
- 01/21/2016 08:24:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-tests-config-sample.php
r25571 r36372 1 1 <?php 2 2 3 /* Path to the WordPress codebase you'd like to test. Add a backslash in the end. */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 5
Note: See TracChangeset
for help on using the changeset viewer.