Changes
- Update minimum support for Testbench Core v8.7.0+. (v8.6.2...v8.7.0)
Testbench Changes
Added
- Added following events:
Orchestra\Testbench\Foundation\Events\ServeCommandStarted
Orchestra\Testbench\Foundation\Events\ServeCommandEnded
Orchestra\Testbench\Workbench\Events\WorkbenchInstallStarted
Orchestra\Testbench\Workbench\Events\WorkbenchInstallEnded
Changes
- Change
HandlesRoutes
loading sequence to match common Laravel bootstrap steps. - Refactor
HandlesAnnotations
andInteractsWithPHPUnit
traits. - Workbench integration improvements.
- Update
workbench
configuration schema.
Fixes
- Fixes
Illuminate\Foundation\Application::runningUnitTests()
detection.