chore(deps): update dependency orchestra/testbench to v8 #54
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.1
->^8.0
Release Notes
orchestral/testbench
v8.2.1
Compare Source
Changes
Testbench Changes
Fixes
Orchestra\Testbench\Foundation\Config::addProviders()
usage.Orchestra\Testbench\transform_relative_path()
logic.v8.2.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Foundation\Bootstrap\LoadMigrationsFromArray
class to handle loading migrations fromtestbench.yaml
.migrations: false
intestbench.yaml
or addingTESTBENCH_WITHOUT_DEFAULT_MIGRATIONS=(true)
environment variable.testbench.yaml
:migrations: <bool|array>
bootstrappers: <array>
Orchestra\Testbench\parse_environment_variables()
function.Orchestra\Testbench\transform_relative_path()
function.Changes
env
configuration fromtestbench.yaml
with have higher priority thandefault_environment_variables()
.Dotenv\Repository\Adapter\PutenvAdapter
when generating environment variable on the fly usingOrchestra\Testbench\Foundation\Application
.Fixes
APP_KEY
,APP_DEBUG
etc.v8.1.1
Compare Source
Changes
10.5
.v8.1.0
Compare Source
Changes
Testbench Changes
Added
setup<Concern>
andteardown<Concern>
with imported traits.Changes
package:test
and--parallel
with PHPUnit 10.v8.0.11
Compare Source
Fixes
spatie/laravel-ray
.v8.0.10
Compare Source
Changes
v10.4.1
.v8.0.9
Compare Source
Changes
v10.4.0
.v8.1.0
.v8.0.8
Compare Source
Changes
v8.0.7
Compare Source
Changes
v8.0.6
Compare Source
Changes
10.3
.v8.0.5
Compare Source
Changes
10.2
.v8.0.4
Compare Source
Changes
v8.0.3
Compare Source
Changes
v8.0.2
Compare Source
Changes
10.1
.Testbench Changes
Fixes
app.asset_url
config default value from'/'
tonull
.v8.0.1
Compare Source
Changes
Testbench Changes
Changes
laravel/framework
to10.0.3
.$_composer_autoload_path
fromcomposer-runtime-api
.v8.0.0
Compare Source
8.0.0
Released: 2023-02-14
Added
Changes
v7.24.1
Compare Source
Changes
Testbench Changes
Fixes
Orchestra\Testbench\Foundation\Config::addProviders()
usage.Orchestra\Testbench\transform_relative_path()
logic.v7.24.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Foundation\Bootstrap\LoadMigrationsFromArray
class to handle loading migrations fromtestbench.yaml
.migrations: false
intestbench.yaml
or addingTESTBENCH_WITHOUT_DEFAULT_MIGRATIONS=(true)
environment variable.testbench.yaml
:migrations: <bool|array>
bootstrappers: <array>
Orchestra\Testbench\parse_environment_variables()
function.Orchestra\Testbench\transform_relative_path()
function.Changes
env
configuration fromtestbench.yaml
with have higher priority thandefault_environment_variables()
.Dotenv\Repository\Adapter\PutenvAdapter
when generating environment variable on the fly usingOrchestra\Testbench\Foundation\Application
.Fixes
APP_KEY
,APP_DEBUG
etc.v7.23.0
Compare Source
Changes
Testbench Changes
Added
setup<Concern>
andteardown<Concern>
with imported traits.v7.22.2
Compare Source
Changes
Testbench Changes
Fixes
spatie/laravel-ray
.v7.22.1
Compare Source
Changes
v7.22.0
Compare Source
Changes
Testbench Changes
Changes
package:test --parallel
command usage.$app->bootstrapPath()
instead of$app->basePath('bootstrap')
whenever possible.v7.21.0
Compare Source
Changes
Testbench Changes
Added
Illuminate\Foundation\Testing\DatabaseTruncation
.Changes
laravel/framework
to9.50.2
.v7.20.0
Compare Source
Changes
Testbench Changes
Changes
package:test
commands.v7.19.0
Compare Source
Changes
Testbench Changes
Added
Illuminate\Foundation\Testing\InteractsWithDeprecationHandling
toOrchestra\Testbench\TestCase
.v7.18.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\laravel_version_compare
function as alias toversion_compare
specifically for Laravel Framework.Orchestra\Testbench\phpunit_version_compare
function as alias toversion_compare
specifically for PHPUnit.Orchestra\Testbench\Exceptions\PHPUnitErrorException
class.Changes
Orchestra\Testbench\Bootstrap\ConfigureRay
class asfinal
.Orchestra\Testbench\Concerns\HandlesAnnotations
trait.v7.17.0
Compare Source
Changes
Testbench Changes
Changes
laravel/framework
to9.45.0
.v7.16.0
Compare Source
Changes
Testbench Changes
Added
resolveApplicationEnvironmentVariables()
method.Orchestra\Testbench\Bootstrap\HandleExceptions
bootstrap to allow catching deprecation errors during tests.Orchestra\Testbench\Exceptions\DeprecatedException
exception when deprecation occured.logging.deprecations.trace
totrue
.storage/logs/deprecations.log
whenLOG_DEPRECATIONS_CHANNEL=single
.Changes
laravel/framework
to9.44.0
.v7.15.0
Compare Source
Changes
Testbench Changes
Changes
laravel/framework
to9.41.0
.v7.14.1
Compare Source
Changes
Testbench Changes
Fixes
serve
command withno-reload
options.v7.14.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Exceptions\ApplicationNotAvailableException
exception when trying to access$this->app
outside of booted application.tests/CreatesApplication.php
to skeleton.Changes
v7.13.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Bootstrap\ConfigureRay
and use it when creating Application.v7.12.1
Compare Source
Changes
Testbench Changes
Fixes
sqlite
causes an exception when the database file isn't available. The loaded application should revert totesting
database connection for the state.v7.12.0
Compare Source
Changes
Testbench Changes
Added
about
artisan command.package:devtool
to generate.env
,testbench.yaml
anddatabase.sqlite
file.package:create-sqlite-db
andpackage:drop-sqlite-db
command.serve
command.v7.11.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Foundation\Application::createVendorSymlink()
method.Orchestra\Testbench\Foundation\Bootstrap\CreateVendorSymlink
.Changes
laravel/framework
to9.36.0
v7.10.2
Compare Source
Changes
Testbench Changes
Fixes
v7.10.1
Compare Source
Changes
Testbench Changes
Fixes
bootstrap/cache/packages.php
on vendor symlink event.v7.10.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Foundation\Config
to read Yaml file fromtestbench.yaml
.v7.9.0
Compare Source
Changes
Testbench Changes
Added
Changes
laravel/framework
to9.34.0
.mockery/mockery
to1.5.1
.symfony
dependencies to6.0.9
.v7.8.1
Compare Source
Changes
Testbench Changes
Fixes
Illuminate\Support\Arr
import onHandlesTestFailures
trait.v7.8.0
Compare Source
Changes
Testbench Changes
Changes
laravel/framework
to9.32.0
.v7.7.1
Compare Source
Changes
Testbench Changes
Changes
v7.7.0
Compare Source
Changes
Testbench Changes
Added
loadLaravelMigrationsWithoutRollback()
andrunLaravelMigrationsWithoutRollback()
helpers.Changes
v7.6.1
Compare Source
Changes
Testbench Changes
Changes
v7.6.0
Compare Source
Changes
Testbench Changes
Changes
laravel/framework
to9.12.0
.v7.5.0
Compare Source
Changes
Testbench Changes
laravel/framework
to9.12.0
.v7.4.0
Compare Source
Changes
Testbench Changes
Changes
laravel/framework
to9.7.0
.--drop-databases
onpackage:test
command.v7.3.0
Compare Source
Changes
Testbench Changes
Changes
laravel/framework
to9.6.0
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.