Releases: orchestral/testbench-core
Releases · orchestral/testbench-core
v10.0.2
v9.11.1
v10.0.1
v10.0.0
Changes
- Update support for Laravel Framework v12.
- Update
Orchestra\Testbench\TestCase
to useIlluminate\Foundation\Testing\Concerns\InteractsWithViews
trait.
Removed
- Remove deprecated functions:
Orchestra\Testbench\once()
Orchestra\Testbench\transform_relative_path()
- Remove deprecated methods in
Orchestra\Testbench\Concerns\CreatesApplication
trait:getBasePath()
getDefaultApplicationBootstrapFile()
- Remove deprecated methods in
Orchestra\Testbench\Concerns\InteractsWithMigrations
trait:loadMigrationsWithoutRollbackFrom()
loadLaravelMigrationsWithoutRollback()
runLaravelMigrationsWithoutRollback()
v9.11.0
v8.34.0
v7.53.0
v9.10.0
Added
- Add
Orchestra\Testbench\Concerns\CreatesApplication::resolveApplicationFacades()
method. - Add
Orchestra\Testbench\Concerns\CreatesApplication::getApplicationBasePath()
method as replacement toOrchestra\Testbench\Concerns\CreatesApplication::getBasePath()
. - Add
Orchestra\Testbench\Foundation\Application::deleteVendorSymlink()
method.
Changes
- Dynamically resolve workbench namespace for
discover.factories
. - Clear
vendor
symlink when terminating Testbench CLI. - Update
config/database.php
skeleton file.
v8.33.0
Added
- Add
Orchestra\Testbench\Concerns\CreatesApplication::resolveApplicationFacades()
method. - Add
Orchestra\Testbench\Concerns\CreatesApplication::getApplicationBasePath()
method as replacement toOrchestra\Testbench\Concerns\CreatesApplication::getBasePath()
. - Add
Orchestra\Testbench\Foundation\Application::deleteVendorSymlink()
method.
Changes
- Dynamically resolve workbench namespace for
discover.factories
. - Clear
vendor
symlink when terminating Testbench CLI.
v7.52.0
Added
- Add
Orchestra\Testbench\Concerns\CreatesApplication::resolveApplicationFacades()
method. - Add
Orchestra\Testbench\Concerns\CreatesApplication::getApplicationBasePath()
method as replacement toOrchestra\Testbench\Concerns\CreatesApplication::getBasePath()
. - Add
Orchestra\Testbench\Foundation\Application::deleteVendorSymlink()
method.
Changes
- Dynamically resolve workbench namespace for
discover.factories
. - Clear
vendor
symlink when terminating Testbench CLI.