Skip to content

Commit 26107b5

Browse files
authored
Improve SQLite compatibility (#187)
1 parent 6a84f43 commit 26107b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/profile.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Feature: Basic profile usage
2222
"""
2323
define( 'SAVEQUERIES', false );
2424
"""
25-
And I run `wp core config {CORE_CONFIG_SETTINGS} --extra-php < extra-php`
25+
And I run `wp core config {CORE_CONFIG_SETTINGS} --skip-check --extra-php < extra-php`
2626
2727
When I run `wp core install --url='https://localhost' --title='Test' --admin_user=wpcli --admin_email=admin@example.com --admin_password=1`
2828
Then the return code should be 0

0 commit comments

Comments
 (0)