File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ Feature: Perform database operations
274274 Given an empty directory
275275 And WP files
276276
277- When I run `wp core config {CORE_CONFIG_SETTINGS} --dbcharset=""`
277+ When I run `wp config create {CORE_CONFIG_SETTINGS} --dbcharset="" --skip-check `
278278 Then STDOUT should not be empty
279279
280280 When I run `cat wp-config.php`
@@ -296,7 +296,7 @@ Feature: Perform database operations
296296 Given an empty directory
297297 And WP files
298298
299- When I run `wp core config {CORE_CONFIG_SETTINGS} --dbcharset=latin1 --dbcollate=latin1_spanish_ci`
299+ When I run `wp config create {CORE_CONFIG_SETTINGS} --dbcharset=latin1 --dbcollate=latin1_spanish_ci --skip-check `
300300 Then STDOUT should not be empty
301301
302302 When I run `wp db create`
You can’t perform that action at this time.
0 commit comments