diff --git a/features/install-wp-tests.feature b/features/install-wp-tests.feature index 73c69c67..a1316656 100644 --- a/features/install-wp-tests.feature +++ b/features/install-wp-tests.feature @@ -383,7 +383,7 @@ Feature: Scaffold install-wp-tests.sh tests Leaving the existing database (wp_cli_test_scaffold) in place """ - @require-php-7.2 @require-mysql + @require-php-7.4 @require-mysql Scenario: Install WordPress from trunk Given a WP install And a get-phpunit-phar-url.php file: diff --git a/features/scaffold-lint.feature b/features/scaffold-lint.feature index 9eff6057..2bc7c1b8 100644 --- a/features/scaffold-lint.feature +++ b/features/scaffold-lint.feature @@ -26,7 +26,7 @@ Feature: Lint scaffolded code Then the return code should be 0 Scenario: Scaffold post-type and lint it - When I run `wp theme install twentytwentyone --activate` + When I run `wp theme install twentytwentyone --force --activate` And I run `wp eval 'echo STYLESHEETPATH;'` And save STDOUT as {STYLESHEETPATH} @@ -38,7 +38,7 @@ Feature: Lint scaffolded code Then the return code should be 0 Scenario: Scaffold taxonomy and lint it - When I run `wp theme install twentytwentyone --activate` + When I run `wp theme install twentytwentyone --force --activate` And I run `wp eval 'echo STYLESHEETPATH;'` And save STDOUT as {STYLESHEETPATH} @@ -61,7 +61,7 @@ Feature: Lint scaffolded code Then the return code should be 0 Scenario: Scaffold child theme and lint it - When I run `wp theme install twentytwentyone --activate` + When I run `wp theme install twentytwentyone --force --activate` And I run `wp theme path` And save STDOUT as {THEME_DIR}