Changes
- Update minimum support for Testbench Core v9.20.0+. (v9.18.0...v9.20.0)
Testbench Changes
Changes
- Supports for Laravel Framework 11.50.0.
- Supports PHPUnit 12.4 and 12.5.
- Run seeder when
testbench.yamlconfigured withseeders: true. - Use predefined
$__filenameto resolve original PestPHP's testCase file.
Fixes
- Fix
--parallelcompatibility withWithFixturestrait. - Fix
#[UsesVendor]attribute fails due to unbooted application, causingBindingResolutionExceptionto be thrown.