We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de56a29 commit 2cbc678Copy full SHA for 2cbc678
features/site-create.feature
@@ -16,7 +16,7 @@ Feature: Create a new site on a WP multisite
16
define( 'BLOG_ID_CURRENT_SITE', 1 );
17
"""
18
19
- When I run `wp core config {CORE_CONFIG_SETTINGS} --extra-php < extra-config`
+ When I run `wp config create {CORE_CONFIG_SETTINGS} --skip-check --extra-php < extra-config`
20
Then STDOUT should be:
21
22
Success: Generated 'wp-config.php' file.
0 commit comments