mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-18 06:11:15 +08:00
Improve SQLite compatibility (#187)
This commit is contained in:
parent
6a84f43d74
commit
26107b5224
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Feature: Basic profile usage
|
|||
"""
|
||||
define( 'SAVEQUERIES', false );
|
||||
"""
|
||||
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`
|
||||
|
||||
When I run `wp core install --url='https://localhost' --title='Test' --admin_user=wpcli --admin_email=admin@example.com --admin_password=1`
|
||||
Then the return code should be 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue