Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: orchestral/testbench-core

v10.6.5

03 Sep 02:47
Compare
Choose a tag to compare

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

03 Sep 02:47
Compare
Choose a tag to compare

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

03 Sep 01:30
Compare
Choose a tag to compare

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

02 Sep 23:08
Compare
Choose a tag to compare

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

01 Sep 00:19
Compare
Choose a tag to compare

Added

  • Added Orchestra\Testbench\terminate() function to allow using exit() on pnctl enabled tests.

v10.6.3

28 Aug 00:09
Compare
Choose a tag to compare

Added

  • Added Orchestra\Testbench\terminate() function to allow using exit() on pnctl enabled tests.

v10.6.2

27 Aug 00:59
Compare
Choose a tag to compare

Changes

  • Update skeleton's configuration.

Fixes

  • Fix Orchestra\Testbench\remote() with serializable closure usage.

v10.6.1

20 Aug 01:00
Compare
Choose a tag to compare

Changes

  • Revert minimum supported Laravel Framework version to 12.8.0 and above.

v10.6.0

13 Aug 00:36
Compare
Choose a tag to compare

Changes

  • Supports for Laravel Framework 12.23.2 or above (fixed integration with PHPUnit 12.3.4).

v9.16.0

13 Aug 00:09
Compare
Choose a tag to compare

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().