We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wp config create --skip-check
1 parent 05b20d8 commit 65b4938Copy full SHA for 65b4938
1 file changed
features/db.feature
@@ -274,7 +274,7 @@ Feature: Perform database operations
274
Given an empty directory
275
And WP files
276
277
- When I run `wp core config {CORE_CONFIG_SETTINGS} --dbcharset=""`
+ When I run `wp config create {CORE_CONFIG_SETTINGS} --dbcharset="" --skip-check`
278
Then STDOUT should not be empty
279
280
When I run `cat wp-config.php`
@@ -296,7 +296,7 @@ Feature: Perform database operations
296
297
298
299
- When I run `wp core config {CORE_CONFIG_SETTINGS} --dbcharset=latin1 --dbcollate=latin1_spanish_ci`
+ When I run `wp config create {CORE_CONFIG_SETTINGS} --dbcharset=latin1 --dbcollate=latin1_spanish_ci --skip-check`
300
301
302
When I run `wp db create`
0 commit comments