You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-php84 for Pdo\Mysql class on PHP 8.3 and below.
Loads Orchestra\Testbench\Attributes\WithConfig after application has been booted to allow merging configuration via Service Provider by default. Use defer: false parameter to disable this.
Add flushState() to FormRequest to reset global strict mode between tests.
Update skeleton.
Fixes
Fix Orchestra\Testbench\Attributes\WithConfig shouldn't defer setting up framework configuration.
Fix missing --without-cache option when using package:test command with nunomaduro/collision version 8.9.4+.