Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaffold theme test should work in PHP greater than 8.0 #334

Merged
merged 1 commit into from Apr 26, 2024

Conversation

ernilambar
Copy link
Contributor

This PR removes following code from theme-bootstrap.mustache:

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 );
}

While working on #331 I noticed this conditional is now not needed.

CC @schlessera - Ref #285

@ernilambar ernilambar marked this pull request as ready for review April 15, 2024 09:45
@ernilambar ernilambar requested a review from a team as a code owner April 15, 2024 09:45
@swissspidy swissspidy merged commit e4be9fe into wp-cli:main Apr 26, 2024
37 of 38 checks passed
@swissspidy swissspidy added this to the 2.3.0 milestone Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants