Skip to content

Commit 2cbc678

Browse files
committed
Skip db check
1 parent de56a29 commit 2cbc678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/site-create.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Feature: Create a new site on a WP multisite
1616
define( 'BLOG_ID_CURRENT_SITE', 1 );
1717
"""
1818

19-
When I run `wp core config {CORE_CONFIG_SETTINGS} --extra-php < extra-config`
19+
When I run `wp config create {CORE_CONFIG_SETTINGS} --skip-check --extra-php < extra-config`
2020
Then STDOUT should be:
2121
"""
2222
Success: Generated 'wp-config.php' file.

0 commit comments

Comments
 (0)