Skip to content

Commit e4be9fe

Browse files
authored
Merge pull request #334 from ernilambar/update/theme-bootstrap
2 parents 9966390 + 1447b8b commit e4be9fe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

templates/theme-bootstrap.mustache

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
* @package {{theme_package}}
66
*/
77

8-
if ( PHP_MAJOR_VERSION >= 8 ) {
9-
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
10-
exit( 1 );
11-
}
12-
138
$_tests_dir = getenv( 'WP_TESTS_DIR' );
149

1510
if ( ! $_tests_dir ) {

0 commit comments

Comments
 (0)