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 6a84f43 commit 26107b5Copy full SHA for 26107b5
features/profile.feature
@@ -22,7 +22,7 @@ Feature: Basic profile usage
22
"""
23
define( 'SAVEQUERIES', false );
24
25
- And I run `wp core config {CORE_CONFIG_SETTINGS} --extra-php < extra-php`
+ And I run `wp core config {CORE_CONFIG_SETTINGS} --skip-check --extra-php < extra-php`
26
27
When I run `wp core install --url='https://localhost' --title='Test' --admin_user=wpcli --admin_email=admin@example.com --admin_password=1`
28
Then the return code should be 0
0 commit comments