Changes
- Update minimum support for Testbench Core v10.10.0+. (v10.9.0...v10.10.0)
- Supports PHPUnit 13.0.
Testbench Changes
Changes
- Run seeder when
testbench.yamlconfigured withseeders: true. - Use predefined
$__filenameto resolve original PestPHP's testCase file. - Update skeleton.
Fixes
- Fix
#[UsesVendor]attribute fails due to unbooted application, causingBindingResolutionExceptionto be thrown.