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.