From e64abdcab617c954f5df31c7341b55a889b91a7d Mon Sep 17 00:00:00 2001 From: Isla Waters Date: Sat, 7 Dec 2024 12:14:31 -0500 Subject: [PATCH] Adjust test requirements Try and only test these with supported wp versions on unsupported php --- features/plugin-install.feature | 2 +- features/theme-install.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/plugin-install.feature b/features/plugin-install.feature index f9281cca..22fead21 100644 --- a/features/plugin-install.feature +++ b/features/plugin-install.feature @@ -255,7 +255,7 @@ Feature: Install WordPress plugins Error: No plugins installed. """ - @less-than-php-7.4 + @less-than-php-7.4 @require-wp-6.6 Scenario: Can't install plugin that requires a newer version of PHP Given a WP install diff --git a/features/theme-install.feature b/features/theme-install.feature index 2f4fece4..8f9523b3 100644 --- a/features/theme-install.feature +++ b/features/theme-install.feature @@ -143,7 +143,7 @@ Feature: Install WordPress themes Error: No themes installed. """ - @less-than-php-7.4 + @less-than-php-7.4 @require-wp-5.6 Scenario: Can't install theme that requires a newer version of PHP Given a WP install