diff --git a/templates/theme-bootstrap.mustache b/templates/theme-bootstrap.mustache index 3a463b66..04002b08 100644 --- a/templates/theme-bootstrap.mustache +++ b/templates/theme-bootstrap.mustache @@ -5,11 +5,6 @@ * @package {{theme_package}} */ -if ( PHP_MAJOR_VERSION >= 8 ) { - echo "The scaffolded tests cannot currently be run on PHP 8.0+. See https://github.com/wp-cli/scaffold-command/issues/285" . PHP_EOL; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped - exit( 1 ); -} - $_tests_dir = getenv( 'WP_TESTS_DIR' ); if ( ! $_tests_dir ) {