Changeset 25571
- Timestamp:
- 09/23/2013 04:17:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-tests-config-sample.php
r25223 r25571 4 4 define( 'ABSPATH', dirname( __FILE__ ) . '/src/' ); 5 5 6 // Test with multisite enabled: (previously -m) 6 // Test with multisite enabled. 7 // Alternatively, use the tests/phpunit/multisite.xml configuration file. 7 8 // define( 'WP_TESTS_MULTISITE', true ); 8 9 9 // Force known bugs: (previously -f) 10 // Force known bugs to be run. 11 // Tests with an associated Trac ticket that is still open are normally skipped. 10 12 // define( 'WP_TESTS_FORCE_KNOWN_BUGS', true ); 11 13 12 // Test with WordPress debug mode on (previously -d)13 //define( 'WP_DEBUG', true );14 // Test with WordPress debug mode (default). 15 define( 'WP_DEBUG', true ); 14 16 15 17 // ** MySQL settings ** //
Note: See TracChangeset
for help on using the changeset viewer.