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

git-svn-id: https://develop.svn.wordpress.org/trunk@25223 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-09-03 23:59:26 +00:00
parent a2a7f08b1b
commit d8e8eada52

View File

@ -21,7 +21,7 @@ define( 'ABSPATH', dirname( __FILE__ ) . '/src/' );
// These tests will DROP ALL TABLES in the database with the prefix named below.
// DO NOT use a production database or one that is shared with something else.
define( 'DB_NAME', 'yourdbnamehere' );
define( 'DB_NAME', 'youremptytestdbnamehere' );
define( 'DB_USER', 'yourusernamehere' );
define( 'DB_PASSWORD', 'yourpasswordhere' );
define( 'DB_HOST', 'localhost' );