Make WordPress Core


Ignore:
Timestamp:
09/03/2013 11:59:26 PM (11 years ago)
Author:
nacin
Message:

Change DB_NAME in wp-tests-config-sample.php to be something other than the placeholder in wp-config-sample.php.

File:
1 edited

Legend:

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

    r25165 r25223  
    2222// DO NOT use a production database or one that is shared with something else.
    2323
    24 define( 'DB_NAME', 'yourdbnamehere' );
     24define( 'DB_NAME', 'youremptytestdbnamehere' );
    2525define( 'DB_USER', 'yourusernamehere' );
    2626define( 'DB_PASSWORD', 'yourpasswordhere' );
Note: See TracChangeset for help on using the changeset viewer.