Changes
- Update minimum support for Testbench Core v11.4.0+. (v11.2.0...v11.4.0)
- Supports PHPUnit 13.2 and 13.3.
Testbench Changes
Changes
- Supports for Laravel Framework 13.23.0.
- Requires
symfony/polyfill-php84forPdo\Mysqlclass on PHP 8.3 and below. - Loads
Orchestra\Testbench\Attributes\WithConfigafter application has been booted to allow merging configuration via Service Provider by default. Usedefer: falseparameter to disable this. - Add
flushState()toFormRequestto reset global strict mode between tests. - Update skeleton.
Fixes
- Fix
Orchestra\Testbench\Attributes\WithConfigshouldn't defer setting up framework configuration. - Fix missing
--without-cacheoption when usingpackage:testcommand withnunomaduro/collisionversion8.9.4+.