Skip to content

Commit

Permalink
Improve SQLite compatibility (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Oct 23, 2023
1 parent 6a84f43 commit 26107b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/profile.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] --admin_password=1`
Then the return code should be 0
Expand Down

0 comments on commit 26107b5

Please sign in to comment.