Releases
v8.22.0
Changes
Testbench Changes
Added
Added Orchestra\Testbench\Attributes\RequiresLaravel
attribute.
Added Orchestra\Testbench\Foundation\Env::has()
method.
Added Orchestra\Testbench\load_migration_paths()
function.
Added Orchestra\Testbench\once()
function.
Added usesRefreshDatabaseTestingConcern()
helper method to Orchestra\Testbench\Concerns\InteractsWithTestCase
trait.
Changes
Validate MYSQL_*
, MSSQL_*
, SQLITE_*
and POSTGRES_*
environment variables before trying to override the configuration values.
Allow passing $command
to Orchestra\Testbench\remote()
function using array
instead of just string
.
Allow to following functions to accept array of paths:
Orchestra\Testbench\default_skeleton_path()
Orchestra\Testbench\package_path()
Orchestra\Testbench\workbench_path()
Fixes
Fixes Orchestra\Testbench\Attributes\ResetRefreshDatabaseState
attribute declaration to only Attribute::TARGET_CLASS
.
You can’t perform that action at this time.