Improve SQLite compatibility (#187)

This commit is contained in:
Pascal Birchler 2023-10-23 22:23:22 +02:00 committed by GitHub
parent 6a84f43d74
commit 26107b5224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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