wp-cli / scaffold-command

Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
MIT License
165 stars 87 forks source link

Switch test prep feature from global PHPUnit to local PHPUnit #235

Closed schlessera closed 5 years ago

schlessera commented 5 years ago

This should fix the issue that PHPUnit 4.8 is used, even in PHP 7.2, throwing notices...

schlessera commented 5 years ago

Closing, this does neither work, nor would it fix the problem, as we have the platform setting locking PHP to 5.4, and the only PHPUnit version that supports such a low PHP version is 4.8.x indeed.