chore(deps): update dependency orchestra/testbench to v8 - abandoned #34
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:
^5.0|^6.0
->8.0.8
Release Notes
orchestral/testbench
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.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
.v7.2.0
Compare Source
Changes
Testbench Changes
Changes
laravel/framework
to9.5.1
.v7.1.0
Compare Source
Changes
Testbench Changes
Changes
laravel/framework
to9.2
.Removed
sanctum.php
configuration from skeleton.v7.0.2
Compare Source
Changes
Testbench Changes
Changes
v7.0.1
Compare Source
Changes
Testbench Changes
Changes
lang/en.json
skeleton file.v7.0.0
Compare Source
Changes
Testbench Changes
Added
resolveApplicationRateLimiting()
method.Orchestra\Testbench\Http\Middleware\PreventRequestsDuringMaintenance
middleware.Changes
$loadEnvironmentVariables
property is now set totrue
by default.final
:Orchestra\Testbench\Bootstrap\LoadConfiguration
Orchestra\Testbench\Console\Kernel
Orchestra\Testbench\Http\Kernel
resources/lang
skeleton files tolang
directory.Removed
Illuminate\Foundation\Testing\Concerns\MocksApplicationServices
trait.v6.25.1
Compare Source
Changes
Testbench Changes
Fixes
bootstrap/cache/packages.php
on vendor symlink event.v6.25.0
Compare Source
Changes
Testbench Changes
Added
loadLaravelMigrationsWithoutRollback()
andrunLaravelMigrationsWithoutRollback()
helpers.v6.24.1
Compare Source
Changes
Testbench Changes
Changes
v6.24.0
Compare Source
Changes
Testbench Changes
Changes
$enablesPacakgeDiscoveries = true
property.defineCacheRoute()
before application is ready.$basePath
when usingOrchestra\Testbench\container
function.v6.23.2
Compare Source
Changes
Testbench Changes
Changes
v6.23.1
Compare Source
Changes
Testbench Changes
Changes
v6.23.0
Compare Source
Changes
Testbench Changes
Added
TestCase::defineDatabaseMigrationsAfterDatabaseRefreshed()
method, the method will only be executed viaIlluminate\Database\Events\DatabaseRefreshed
event.TestCase::destroyDatabaseMigrations()
.v6.22.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\container()
function to easily create an application instance.Changes
v6.21.1
Compare Source
Changes
Testbench Changes
Changes
App\Http\Kernel
andApp\Console\Kernel
via Commander if the class exists.v6.21.0
Compare Source
Changes
Testbench Changes
Added
TestCase::defineDatabaseSeeders()
method.Changes
v6.20.1
Compare Source
Changes
Testbench Changes
Changes
v6.20.0
Compare Source
Changes
Testbench Changes
Changes
laravel/framework
to8.54
.v6.19.0
Compare Source
Changes
Testbench Changes
Changes
.env
when usingOrchestra\Testbench\Foundation\Application
.v6.18.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Foundation\Application
to allow creating remote application using Testbench.Orchestra\Testbench\Concerns\CreatesApplication::applicationBasePath()
to replacegetBasePath()
.Changes
v6.17.1
Compare Source
Changes
Testbench Changes
Changes
vendor
is an actual directory before trying to symlink with base directoryvendor
.Fixes
PHPUnit\Util\Test::parseTestMethodAnnotations()
on PHPUnit 10.v6.17.0
Compare Source
Changes
Testbench Changes
Added
Changes
Application::basePath()
instead of hardcoded value.v6.16.0
Compare Source
Changes
Testbench Changes
Added
MYSQL_HOST
,POSTGRES_HOST
andMSSQL_HOST
instead of justDB_HOST
.Changes
getcwd()
instead of relative path when setting upTESTBENCH_WORKING_PATH
when executing it viabootstrap/app.php
.APP_BASE_PATH
environment variable to configuregetBasePath()
.v6.15.0
Compare Source
Changes
Testbench Changes
Added
TESTBENCH_WORKING_DIRECTORY
constant.Removed
Orchestra\Testbench\Foundation\TestbenchServiceProvider
, the service provider will only be registered from CLI Commander.v6.14.0
Compare Source
Changes
spatie/laravel-ray
to v1.17.1+.Testbench Changes
Added
Changes
Date
aliases.logging
configuration.validation
language file.v6.13.0
Compare Source
Changes
Testbench Changes
Changes
Queue::createPayloadUsing()
onOrchestra\Testbench\TestCase::tearDown()
.v6.12.1
Compare Source
Changes
Testbench Changes
Fixes
laravel/vendor
symlink folder.v6.12.0
Compare Source
Changes
Testbench Changes
Added
defineWebRoutes()
to automatically define routes underweb
middleware.v6.11.0
Compare Source
Changes
Testbench Changes
Added
dont-discover
configuration totestbench.yaml
.v6.10.0
Compare Source
Changes
Testbench Changes
Added
package:test
command.Orchestra\Testbench\Foundation\TestbenchServiceProvider
class.v6.9.0
Compare Source
Changes
Testbench Changes
Changes
testbench
command.Fixes
v6.8.0
Compare Source
Changes
Testbench Changes
Added
ignorePackageDiscoveriesFrom()
method toOrchestra\Testbench\Concerns\CreatesApplication
trait to allow enable package discoveries during tests.Orchestra\Testbench\Console\Commander
will automatically discover packages.v6.7.2
Compare Source
Changes
v6.7.1
Compare Source
Changes
v6.7.0
Compare Source
Changes
Testbench Changes
Changes
mockery/mockery
tov1.3.2
and above.method_exists()
to detect support forparseTestMethodAnnotations()
underHandlesDatabases
andHandlesRoutes
trait.Orchestra\Testbench\Bootstrap\LoadConfiguration::getConfigurationFiles()
to returnGenerator
instead of array.v6.6.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Concerns\HandlesAnnotations
.Orchestra\Testbench\Concerns\HandlesDatabases
.Orchestra\Testbench\Concerns\HandlesRoutes
.defineRoutes()
anddefineCacheRoutes()
to group dedicated tests routing.v6.5.0
Compare Source
Changes
Testbench Changes
Added
defineEnvironment()
anddefineDatabaseMigrations()
method toOrchestra\Testbench\TestCase
.defineEnvironment()
usage is identical togetEnvironmentSetUp()
but the original function will remain functioning for now.defineDatabaseMigrations()
to load any database migrations for the tests. This will allows Testbench to loads it early on the test cycle before to avoid it being clashing usage withDatabaseTransactions
trait..env
on skeleton when it's available when used withtestbench
bin command.Changes
filesystems.cloud
configuration.v6.4.0
Compare Source
Changes
v6.3.0
Compare Source
Changes
fzaninotto/faker
withfakerphp/faker
.v6.2.0
Compare Source
Changes
v6.1.0
Compare Source
Added
Added experimental support for running artisan commands outside of Laravel. e.g:
This would allows you to setup the testing environment before running
phpunit
instead of executing everything from withinTestCase::setUp()
.Changes
v6.0.0
Compare Source
Added
Orchestra\Testbench\Factories\UserFactory
to handleIlluminate\Foundation\Auth\User
model.Illuminate\Database\Eloquent\LegacyFactoryServiceProvider
if the service provider exists.Changes
auth.providers.users.model
toIlluminate\Foundation\Auth\User
.queue.failed.driver
todatabase-uuid
.v5.20.0
Compare Source
Changes
v5.19.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Foundation\Application
to allow creating remote application using Testbench.Orchestra\Testbench\Concerns\CreatesApplication::applicationBasePath()
to replacegetBasePath()
.Changes
getcwd()
instead of relative path to setupTESTBENCH_WORKING_PATH
constant when executing it viabootstrap/app.php
.APP_BASE_PATH
environment variable to configure application base path.v5.18.0
Compare Source
Changes
Testbench Changes
Changes
Queue::createPayloadUsing()
onOrchestra\Testbench\TestCase::tearDown()
.v5.17.1
Compare Source
Changes
Testbench Changes
Fixes
laravel/vendor
symlink folder.v5.17.0
Compare Source
Changes
Testbench Changes
Added
defineWebRoutes()
to automatically define routes underweb
middleware.v5.16.0
Compare Source
Changes
Testbench Changes
Added
dont-discover
configuration totestbench.yaml
.v5.15.0
Compare Source
Changes
Testbench Changes
Changes
v5.14.0
Compare Source
Changes
Testbench Changes
Changes
testbench
command.Fixes
v5.13.0
Compare Source
Changes
Testbench Changes
Added
ignorePackageDiscoveriesFrom()
method toOrchestra\Testbench\Concerns\CreatesApplication
trait to allow enable package discoveries during tests.Orchestra\Testbench\Console\Commander
will automatically discover packages.v5.12.1
Compare Source
Changes
v5.12.0
Compare Source
Changes
Testbench Changes
Changes
mockery/mockery
tov1.3.2
and above.method_exists()
to detect support forparseTestMethodAnnotations()
underHandlesDatabases
andHandlesRoutes
trait.Orchestra\Testbench\Bootstrap\LoadConfiguration::getConfigurationFiles()
to returnGenerator
instead of array.v5.11.0
Compare Source
Changes
Testbench Changes
Added
Orchestra\Testbench\Concerns\HandlesAnnotations
.Orchestra\Testbench\Concerns\HandlesDatabases
.Orchestra\Testbench\Concerns\HandlesRoutes
.defineRoutes()
anddefineCacheRoutes()
to group dedicated tests routing.v5.10.0
Compare Source
Changes
Testbench Changes
Added
defineEnvironment()
anddefineDatabaseMigrations()
method toOrchestra\Testbench\TestCase
.defineEnvironment()
usage is identical togetEnvironmentSetUp()
but the original function will remain functioning for now.defineDatabaseMigrations()
to load any database migrations for the tests. This will allows Testbench to loads it early on the test cycle before to avoid it being clashing usage withDatabaseTransactions
trait..env
on skeleton when it's available when used withtestbench
bin command.v5.9.0
Compare Source
Changes
v5.8.0
Compare Source
Changes
fzaninotto/faker
withfakerphp/faker
.v5.7.0
Compare Source
Changes
v5.6.0
Compare Source
Added
Added experimental support for running artisan commands outside of Laravel. e.g:
This would allows you to setup the testing environment before running
phpunit
instead of executing everything from withinTestCase::setUp()
.Changes
v5.5.0
Compare Source
Changes
v5.4.0
Compare Source
Changes
v5.3.0
Compare Source
Changes
v5.2.0
Compare Source
Changes
laravel/legacy-factories
.v5.1.0
Compare Source
Changes
v5.0.2
Compare Source
Changes
v5.0.1
Compare Source
Changes
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.