Skip to content

v6.42.0

Compare
Choose a tag to compare
@crynobone crynobone released this 19 Jan 14:10
· 28 commits to 6.x since this release

Changes

Testbench Changes

Added
  • Added Orchestra\Testbench\Features\TestingFeature as a replacement to HandlesTestingFeature trait.
  • Added Orchestra\Testbench\Attributes\WithImmutableDates attribute to force Illuminate\Support\Date to use Carbon\CarbonImmutable.
  • Added the following helper functions:
    • Orchestra\Testbench\default_skeleton_path
    • Orchestra\Testbench\refresh_router_lookups
Deprecated
  • Deprecate Orchestra\Testbench\Concerns\HandlesTestingFeature trait.