mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-11 22:10:13 +00:00
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:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user