From 8ae8500b896a590baecf2ab5014e1b7bb0e0c013 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 5 Aug 2026 10:42:25 +0200 Subject: [PATCH] Do not use deprecated `plugin status` command in tests Also ensures the test runs with SQLite, as upstream blocker no longer exists --- features/core.feature | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/features/core.feature b/features/core.feature index a8fefdf3..b3f6976d 100644 --- a/features/core.feature +++ b/features/core.feature @@ -271,13 +271,11 @@ Feature: Manage WordPress installation """ And the return code should be 1 - # SQLite compat blocked by https://github.com/wp-cli/wp-cli-tests/pull/188. - @require-mysql Scenario: Custom wp-content directory Given a WP install And a custom wp-content directory - When I run `wp plugin status akismet` + When I run `wp plugin get akismet` Then STDOUT should not be empty Scenario: User defined in wp-cli.yml