Ticket #35563: 35563.diff
| File 35563.diff, 485 bytes (added by , 10 years ago) |
|---|
-
wp-tests-config-sample.php
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 6 6 // Test with multisite enabled.