Releases: orchestral/testbench
Releases · orchestral/testbench
v3.5.3
v3.5.2
v3.4.10
v3.5.1
Changes
- Add mockery expectations to the assertion count. (@scrubmx)
- Update Laravel skeleton and
Orchestra\Testbench\Exceptions\Handler
. - Add
Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse
toOrchestra\Testbench\Http\Kernel
. (@kalfheim) - Allow to use
Illuminate\Foundation\Testing\RefreshDatabase
. (@BertvanHoekelen)
Fixes
- Don't enable auto discovery for every package.
- Refresh named routes when declaring new routes from within a test method.
v3.4.9
v3.5.0
v3.4.8
v3.4.7
v3.4.6
Changes
- Reverse order of execution for
$this->beforeApplicationDestroyedCallbacks
. (antonkomarev) - Update missing
Bus
alias. - Rename
Orchestra\Testbench\Traits\ApplicationTrait
toOrchestra\Testbench\Traits\CreatesApplication
.