scaffold-command icon indicating copy to clipboard operation
scaffold-command copied to clipboard

Scaffolded PHPUnit is not compatible with PHP 7.2+

Open schlessera opened this issue 7 years ago • 1 comments

The scaffolded PHPUnit tests are not compatible with PHP 7.2+. This currently breaks our tests: https://travis-ci.org/wp-cli/scaffold-command/jobs/368878591#L616

There's no PHPUnit that officially supports PHP 7.2 any anything below PHP7.0 at the same time: https://phpunit.de/

Related: https://www.drupal.org/project/drupal/issues/2927806

schlessera avatar Apr 20 '18 17:04 schlessera