Make WordPress Core

Changeset 25571


Ignore:
Timestamp:
09/23/2013 04:17:59 PM (11 years ago)
Author:
nacin
Message:

Update wp-tests-config-sample.php to run with WP_DEBUG by default. see #25282.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-tests-config-sample.php

    r25223 r25571  
    44define( 'ABSPATH', dirname( __FILE__ ) . '/src/' );
    55
    6 // Test with multisite enabled: (previously -m)
     6// Test with multisite enabled.
     7// Alternatively, use the tests/phpunit/multisite.xml configuration file.
    78// define( 'WP_TESTS_MULTISITE', true );
    89
    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.
    1012// define( 'WP_TESTS_FORCE_KNOWN_BUGS', true );
    1113
    12 // Test with WordPress debug mode on (previously -d)
    13 // define( 'WP_DEBUG', true );
     14// Test with WordPress debug mode (default).
     15define( 'WP_DEBUG', true );
    1416
    1517// ** MySQL settings ** //
Note: See TracChangeset for help on using the changeset viewer.