From 84b132dd0be34dcc62ac407fce0999566e366638 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 10 Nov 2023 11:59:40 +0100 Subject: [PATCH] Re-enable some tests for SQLite Now that the SQLite integration is loaded via mu-plugins, we can re-enable these tests again --- features/language-plugin.feature | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/features/language-plugin.feature b/features/language-plugin.feature index 8f5181f5..841edf83 100644 --- a/features/language-plugin.feature +++ b/features/language-plugin.feature @@ -220,8 +220,7 @@ Feature: Manage translation files for a WordPress install And STDOUT should be empty And the return code should be 0 - # An empty plugin directory breaks SQLite integration, which uses a plugin. - @require-wp-4.0 @require-mysql + @require-wp-4.0 Scenario: Not providing plugin slugs should throw an error unless --all given Given a WP install And I run `wp plugin path` @@ -386,8 +385,7 @@ Feature: Manage translation files for a WordPress install And STDERR should be empty - # An empty plugin directory breaks SQLite integration, which uses a plugin. - @require-wp-4.0 @require-mysql + @require-wp-4.0 Scenario: Install translations for all installed plugins Given a WP install And I run `wp plugin path`