Changes
- Update minimum support for Testbench Core v6.30.0+. (v6.29.1...v6.30.0)
Testbench Changes
Added
- Added
Orchestra\Testbench\Foundation\Config
to read Yaml file fromtestbench.yaml
. - Added
Orchestra\Testbench\Foundation\Application::createVendorSymlink()
method.- The feature uses
Orchestra\Testbench\Foundation\Bootstrap\CreateVendorSymlink
.
- The feature uses
- Added
resolveApplicationEnvironmentVariables()
method. - Add supports for
setup<Concern>
andteardown<Concern>
with imported traits.
Changes
- Bump minimum laravel/framework to
8.83.26
. - Improves PHPUnit memory leaks.
- Refactor the following classes to match Testbench 7:
Orchestra\Testbench\Concerns\HandlesRoutes
Orchestra\Testbench\Console\Commander
Orchestra\Testbench\Foundation\Application