diff --git a/features/install-wp-tests.feature b/features/install-wp-tests.feature index 1c1790d9..5338b06a 100644 --- a/features/install-wp-tests.feature +++ b/features/install-wp-tests.feature @@ -14,7 +14,7 @@ Feature: Scaffold install-wp-tests.sh tests """ And the return code should be 1 - @less-than-php-8.0 + @less-than-php-8.0 @require-php-7.0 Scenario: Install latest version of WordPress Given a WP install And a affirmative-response file: diff --git a/features/scaffold-theme-tests.feature b/features/scaffold-theme-tests.feature index 44bddd85..f9edd93a 100644 --- a/features/scaffold-theme-tests.feature +++ b/features/scaffold-theme-tests.feature @@ -8,7 +8,7 @@ Feature: Scaffold theme unit tests When I run `wp theme path` Then save STDOUT as {THEME_DIR} - @require-php-5.6 @less-than-php-7.2 + @require-php-7.0 @less-than-php-7.2 Scenario: Scaffold theme tests When I run `wp scaffold theme-tests p2child` Then STDOUT should not be empty