framework
framework copied to clipboard
[10.x] Adds PHPUnit 10 support
This pull request adds PHPUnit 10 support to laravel/framework - while keeping support for PHPUnit 9. Note that this pull request, should test and released once PHPUnit 10 is out. In addition:
- [ ] Have @taylorotwell validate the change on FileStore.
- [ ] Wait for Testbench to release : https://github.com/orchestral/testbench-core/pull/84.
- [ ] Update our
composer.jsonwith the latest version of Testbench. - [ ] Update the CI configuration file for having prefer-lowest running PHPUnit 9, and prefer-stable running PHPUnit 10.