Releases: orchestral/testbench-core
Releases · orchestral/testbench-core
v10.6.5
Added
- Add
Orchestra\Testbench\uses_default_skeleton()
function.
- Supports flushing
Illuminate\Validator\Validator
state.
Fixes
- fix loading framework configuration for
laravel/framework
repository.
v9.16.3
Added
- Add
Orchestra\Testbench\uses_default_skeleton()
function.
- Supports flushing
Illuminate\Validator\Validator
state.
Fixes
- fix loading framework configuration for
laravel/framework
repository.
v10.6.4
Added
- Added
Orchestra\Testbench\bail()
function to allow using exit()
on pnctl
enabled tests.
Changes
- Ability to merge Framework configurations when using custom skeleton.
v9.16.2
Added
- Added
Orchestra\Testbench\bail()
function to allow using exit()
on pnctl
enabled tests.
Changes
- Ability to merge Framework configurations when using custom skeleton.
v9.16.1
Added
- Added
Orchestra\Testbench\terminate()
function to allow using exit()
on pnctl
enabled tests.
v10.6.3
Added
- Added
Orchestra\Testbench\terminate()
function to allow using exit()
on pnctl
enabled tests.
v10.6.2
Changes
- Update skeleton's configuration.
Fixes
- Fix
Orchestra\Testbench\remote()
with serializable closure usage.
v10.6.1
Changes
- Revert minimum supported Laravel Framework version to 12.8.0 and above.
v10.6.0
Changes
- Supports for Laravel Framework 12.23.2 or above (fixed integration with PHPUnit 12.3.4).
v9.16.0
Changes
- Supports for Laravel Framework 11.45.2 or above (fixed integration with PHPUnit 12.3.4).
- Supports PHPUnit 12.2 and 12.3.
- Remove temporary SQLite database files available via
journal_mode
configuration.
- Convert
Collection::make()
to new Collection()
.