From 26107b52242a86bae39089c54d84b451ffb23167 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 23 Oct 2023 22:23:22 +0200 Subject: [PATCH] Improve SQLite compatibility (#187) --- features/profile.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/profile.feature b/features/profile.feature index 78a3a25..36136eb 100644 --- a/features/profile.feature +++ b/features/profile.feature @@ -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