Hey everyone, we’re in the final stage of wrapping the Silverstripe CMS 4.10 release which should be landing some time next week. As we’ve already mentioned, the SIlverstripe CMS 4.10 release will require you to migrate your test coverage to PHPUnit 9.5 if you want to run your tests with PHP 8.
We thought it could be useful to have an entry on the forum to track PHPUnit 9.5 conversations.
If you get stuck while migrating your Silverstripe CMS project to PHPUnit 9.5, start by:
- reading the Upgrading to PHPUnit 9.5 for PHP8 support guide
- looking at the
phpunit95
tag on the forum.
If you can’t find what you are looking for and your question is simple, then try posting it on this thread. If you think your question is a bit more complex, then start a new thread and tag it with phpunit95
.
Also, if you migrated your test coverage to PHPUnit 9.5 already, please share any lessons learned so others can benefit from your experience.