Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency orchestra/testbench to v8 - abandoned #34

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
orchestra/testbench (source) require-dev major ^5.0|^6.0 -> 8.0.8

Release Notes

orchestral/testbench

v8.0.8

Compare Source

Changes
  • Update minimum support for Testbench Core v8.0.5+. (v8.0.4...v8.0.5)
  • Update minimum support for Laravel Framework to v10.3.3.

v8.0.7

Compare Source

Changes
  • Update minimum support for Testbench Core v8.0.4+. (v8.0.2...v8.0.4)
  • Update minimum support for Laravel Framework to v10.3.1.

v8.0.6

Compare Source

Changes
  • Support Laravel Framework 10.3.

v8.0.5

Compare Source

Changes
  • Support Laravel Framework 10.2.

v8.0.4

Compare Source

Changes
  • Update minimum support for Laravel Framework to v10.1.5.

v8.0.3

Compare Source

Changes
  • Update minimum support for Laravel Framework to v10.1.4.

v8.0.2

Compare Source

Changes
  • Update minimum support for Testbench Core v8.0.2+. (v8.0.1...v8.0.2)
  • Support Laravel Framework 10.1.
Testbench Changes
Fixes
  • Fixes app.asset_url config default value from '/' to null.

v8.0.1

Compare Source

Changes
Testbench Changes
Changes
  • Bump minimum laravel/framework to 10.0.3.
  • Use available $_composer_autoload_path from composer-runtime-api.

v8.0.0

Compare Source

8.0.0

Released: 2023-02-14

Added
  • Added support for PHPUnit 10.
Changes
  • Update support for Laravel Framework v10.
  • Increase minimum PHP version to 8.1 and above (tested with 8.1 and 8.2).

v7.22.1

Compare Source

Changes

v7.22.0

Compare Source

Changes
Testbench Changes
Changes
  • Improve package:test --parallel command usage.
  • Use $app->bootstrapPath() instead of $app->basePath('bootstrap') whenever possible.

v7.21.0

Compare Source

Changes
Testbench Changes
Added
  • Added support for Illuminate\Foundation\Testing\DatabaseTruncation.
Changes
  • Bump minimum laravel/framework to 9.50.2.

v7.20.0

Compare Source

Changes
Testbench Changes
Changes
  • Improves package:test commands.
  • Update skeleton to match v9.5.2.

v7.19.0

Compare Source

Changes
Testbench Changes
Added
  • Added Illuminate\Foundation\Testing\InteractsWithDeprecationHandling to Orchestra\Testbench\TestCase.

v7.18.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\laravel_version_compare function as alias to version_compare specifically for Laravel Framework.
  • Added Orchestra\Testbench\phpunit_version_compare function as alias to version_compare specifically for PHPUnit.
  • Added Orchestra\Testbench\Exceptions\PHPUnitErrorException class.
Changes
  • Mark Orchestra\Testbench\Bootstrap\ConfigureRay class as final.
  • Refactor Orchestra\Testbench\Concerns\HandlesAnnotations trait.

v7.17.0

Compare Source

Changes
Testbench Changes
Changes
  • Bump minimum laravel/framework to 9.45.0.
  • Update skeleton to match v9.4.1.

v7.16.0

Compare Source

Changes
Testbench Changes
Added
  • Added resolveApplicationEnvironmentVariables() method.
  • Added Orchestra\Testbench\Bootstrap\HandleExceptions bootstrap to allow catching deprecation errors during tests.
    • Throws Orchestra\Testbench\Exceptions\DeprecatedException exception when deprecation occured.
    • Set logging.deprecations.trace to true.
    • Set deprecations log file to storage/logs/deprecations.log when LOG_DEPRECATIONS_CHANNEL=single.
Changes
  • Bump minimum laravel/framework to 9.44.0.

v7.15.0

Compare Source

Changes
Testbench Changes
Changes
  • Bump minimum laravel/framework to 9.41.0.

v7.14.1

Compare Source

Changes
Testbench Changes
Fixes
  • Fixes serve command with no-reload options.

v7.14.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\Exceptions\ApplicationNotAvailableException exception when trying to access $this->app outside of booted application.
  • Added tests/CreatesApplication.php to skeleton.
Changes
  • Update skeleton to match v9.3.11.

v7.13.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\Bootstrap\ConfigureRay and use it when creating Application.

v7.12.1

Compare Source

Changes
Testbench Changes
Fixes
  • Fixes where the default database connection as sqlite causes an exception when the database file isn't available. The loaded application should revert to testing database connection for the state.

v7.12.0

Compare Source

Changes
Testbench Changes
Added
  • Added support for about artisan command.
  • Added package:devtool to generate .env, testbench.yaml and database.sqlite file.
  • Added package:create-sqlite-db and package:drop-sqlite-db command.
  • Improves support for serve command.

v7.11.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\Foundation\Application::createVendorSymlink() method.
    • The feature uses Orchestra\Testbench\Foundation\Bootstrap\CreateVendorSymlink.
Changes
  • Bump minimum laravel/framework to 9.36.0
    • Forget View Component's cache and factory between tests.

v7.10.2

Compare Source

Changes
Testbench Changes
Fixes
  • Don't attempt to discover any packages on vendor symlink event.

v7.10.1

Compare Source

Changes
Testbench Changes
Fixes
  • Remove bootstrap/cache/packages.php on vendor symlink event.

v7.10.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\Foundation\Config to read Yaml file from testbench.yaml.

v7.9.0

Compare Source

Changes
Testbench Changes
Added
  • Added draft support for PHP 8.2.
Changes
  • Bump minimum laravel/framework to 9.34.0.
  • Bump minimum mockery/mockery to 1.5.1.
  • Bump minimum symfony dependencies to 6.0.9.

v7.8.1

Compare Source

Changes
Testbench Changes
Fixes
  • Fixes missing Illuminate\Support\Arr import on HandlesTestFailures trait.

v7.8.0

Compare Source

Changes
Testbench Changes
Changes
  • Bump minimum laravel/framework to 9.32.0.
  • Improves PHPUnit memory leaks.

v7.7.1

Compare Source

Changes
Testbench Changes
Changes
  • Update skeleton to match v9.3.8.

v7.7.0

Compare Source

Changes
Testbench Changes
Added
  • Added loadLaravelMigrationsWithoutRollback() and runLaravelMigrationsWithoutRollback() helpers.
Changes
  • Update skeleton to match v9.3.5.

v7.6.1

Compare Source

Changes
Testbench Changes
Changes
  • Update skeleton to match v9.3.3.

v7.6.0

Compare Source

Changes
Testbench Changes
Changes
  • Bump minimum laravel/framework to 9.12.0.
  • Update skeleton to match v9.2.0.

v7.5.0

Compare Source

Changes
Testbench Changes
  • Bump minimum laravel/framework to 9.12.0.
  • Update skeleton to match v9.1.8.

v7.4.0

Compare Source

Changes
Testbench Changes
Changes
  • Bump minimum laravel/framework to 9.7.0.
  • Add support for --drop-databases on package:test command.
  • Update skeleton to match v9.1.5.

v7.3.0

Compare Source

Changes
Testbench Changes
Changes
  • Bump minimum laravel/framework to 9.6.0.
  • Update skeleton to match v9.1.3.

v7.2.0

Compare Source

Changes
Testbench Changes
Changes
  • Bump minimum laravel/framework to 9.5.1.
  • Update skeleton to match v9.1.1.

v7.1.0

Compare Source

Changes
Testbench Changes
Changes
  • Bump minimum laravel/framework to 9.2.
  • Remove Laravel 9 beta compatibilities codes.
Removed
  • Remove sanctum.php configuration from skeleton.

v7.0.2

Compare Source

Changes
Testbench Changes
Changes
  • Update skeleton to match v9.0.1.

v7.0.1

Compare Source

Changes
Testbench Changes
Changes
  • Add missing lang/en.json skeleton file.

v7.0.0

Compare Source

Changes
  • Update support for Laravel Framework v9.
  • Increase minimum PHP version to 8.0 and above (tested with 8.0 and 8.1).
Testbench Changes
Added
  • Allows customizing default RateLimiter configuration via resolveApplicationRateLimiting() method.
  • Added Orchestra\Testbench\Http\Middleware\PreventRequestsDuringMaintenance middleware.
Changes
  • Update support for Laravel Framework v9.
  • Increase minimum PHP version to 8.0 and above (tested with 8.0 and 8.1).
  • $loadEnvironmentVariables property is now set to true by default.
  • Following internal classes has been marked as final:
    • Orchestra\Testbench\Bootstrap\LoadConfiguration
    • Orchestra\Testbench\Console\Kernel
    • Orchestra\Testbench\Http\Kernel
  • Moved resources/lang skeleton files to lang directory.
Removed
  • Remove deprecated Illuminate\Foundation\Testing\Concerns\MocksApplicationServices trait.

v6.25.1

Compare Source

Changes
Testbench Changes
Fixes
  • Remove bootstrap/cache/packages.php on vendor symlink event.

v6.25.0

Compare Source

Changes
Testbench Changes
Added
  • Added loadLaravelMigrationsWithoutRollback() and runLaravelMigrationsWithoutRollback() helpers.

v6.24.1

Compare Source

Changes
Testbench Changes
Changes
  • Update skeleton to match v8.6.11.

v6.24.0

Compare Source

Changes
Testbench Changes
Changes
  • Allow package discoveries by adding $enablesPacakgeDiscoveries = true property.
  • Allow to run defineCacheRoute() before application is ready.
  • Support defining custom $basePath when using Orchestra\Testbench\container function.

v6.23.2

Compare Source

Changes
Testbench Changes
Changes
  • Update skeleton to match v8.6.10.

v6.23.1

Compare Source

Changes
Testbench Changes
Changes
  • Improves docblock.
  • Update skeleton to match v8.6.8.

v6.23.0

Compare Source

Changes
Testbench Changes
Added
  • Add ability to define database migrations using TestCase::defineDatabaseMigrationsAfterDatabaseRefreshed() method, the method will only be executed via Illuminate\Database\Events\DatabaseRefreshed event.
  • Add ability to destroy database migrations using TestCase::destroyDatabaseMigrations().

v6.22.0

Compare Source

Changes
Testbench Changes
Added
  • Added draft support for PHP 8.1.
  • Added Orchestra\Testbench\container() function to easily create an application instance.
Changes
  • Update skeleton to match v8.6.4.
  • Improves docblock.

v6.21.1

Compare Source

Changes
Testbench Changes
Changes
  • Ability to use App\Http\Kernel and App\Console\Kernel via Commander if the class exists.

v6.21.0

Compare Source

Changes
Testbench Changes
Added
  • Add ability to define database seeder using TestCase::defineDatabaseSeeders() method.
Changes
  • Update skeleton to match v8.6.2.

v6.20.1

Compare Source

Changes
Testbench Changes
Changes
  • Update skeleton to match v8.6.1.

v6.20.0

Compare Source

Changes
Testbench Changes
Changes
  • Bump minimum laravel/framework to 8.54.
  • Update skeleton to match v8.5.24.

v6.19.0

Compare Source

Changes
Testbench Changes
Changes
  • Improves generating cached routes during testing.
  • Allows to loads .env when using Orchestra\Testbench\Foundation\Application.
  • Update skeleton.

v6.18.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\Foundation\Application to allow creating remote application using Testbench.
  • Added static public method Orchestra\Testbench\Concerns\CreatesApplication::applicationBasePath() to replace getBasePath().
Changes
  • Update skeleton.

v6.17.1

Compare Source

Changes
Testbench Changes
Changes
  • Update skeleton to match v8.5.18.
  • Check whether skeleton vendor is an actual directory before trying to symlink with base directory vendor.
Fixes
  • Fixes missing PHPUnit\Util\Test::parseTestMethodAnnotations() on PHPUnit 10.

v6.17.0

Compare Source

Changes
Testbench Changes
Added
  • Added capability to fetch package discovery from root project.
  • Added database-specific environment variables based on ChipperCI.
Changes
  • Allow configuration to be loaded from Application::basePath() instead of hardcoded value.

v6.16.0

Compare Source

Changes
Testbench Changes
Added
  • Added ability to run multiple database by adding database specific environment variable. E.g: MYSQL_HOST, POSTGRES_HOST and MSSQL_HOST instead of just DB_HOST.
Changes
  • Use getcwd() instead of relative path when setting up TESTBENCH_WORKING_PATH when executing it via bootstrap/app.php.
  • Accept APP_BASE_PATH environment variable to configure getBasePath().

v6.15.0

Compare Source

Changes
Testbench Changes
Added
  • Added TESTBENCH_WORKING_DIRECTORY constant.
Removed
  • Remove package discovery for Orchestra\Testbench\Foundation\TestbenchServiceProvider, the service provider will only be registered from CLI Commander.

v6.14.0

Compare Source

Changes
  • Update minimum support for Testbench Core v6.18.0+. (v6.16.0...v6.18.0)
  • Bump spatie/laravel-ray to v1.17.1+.
Testbench Changes
Added
  • Added support for PHPUnit 10.
Changes
  • Update Laravel skeleton.
    • Add Date aliases.
    • Update logging configuration.
    • Update validation language file.

v6.13.0

Compare Source

Changes
Testbench Changes
Changes
  • Flush Queue::createPayloadUsing() on Orchestra\Testbench\TestCase::tearDown().

v6.12.1

Compare Source

Changes
Testbench Changes
Fixes
  • Always attempt to delete laravel/vendor symlink folder.

v6.12.0

Compare Source

Changes
Testbench Changes
Added
  • Add defineWebRoutes() to automatically define routes under web middleware.

v6.11.0

Compare Source

Changes
Testbench Changes
Added
  • Added dont-discover configuration to testbench.yaml.

v6.10.0

Compare Source

Changes
Testbench Changes
Added
  • Added support for Laravel 8 parallel testing:
    • Added package:test command.
    • Added Orchestra\Testbench\Foundation\TestbenchServiceProvider class.

v6.9.0

Compare Source

Changes
Testbench Changes
Changes
  • Improves support for Package Discovery support on test environment and also testbench command.
Fixes
  • Fixes tests example.

v6.8.0

Compare Source

Changes
Testbench Changes
Added
  • Added ignorePackageDiscoveriesFrom() method to Orchestra\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
  • Bump mockery/mockery to v1.3.2 and above.
  • Opt to use method_exists() to detect support for parseTestMethodAnnotations() under HandlesDatabases and HandlesRoutes trait.
  • Update Orchestra\Testbench\Bootstrap\LoadConfiguration::getConfigurationFiles() to return Generator instead of array.

v6.6.0

Compare Source

Changes
Testbench Changes
Added
  • Added following traits:
    • Orchestra\Testbench\Concerns\HandlesAnnotations.
    • Orchestra\Testbench\Concerns\HandlesDatabases.
    • Orchestra\Testbench\Concerns\HandlesRoutes.
  • Added defineRoutes() and defineCacheRoutes() to group dedicated tests routing.

v6.5.0

Compare Source

Changes
Testbench Changes
Added
  • Added defineEnvironment() and defineDatabaseMigrations() method to Orchestra\Testbench\TestCase.
    • defineEnvironment() usage is identical to getEnvironmentSetUp() but the original function will remain functioning for now.
    • Use 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 with DatabaseTransactions trait.
  • Add support to read environment variable from .env on skeleton when it's available when used with testbench bin command.
Changes
  • Update Laravel skeleton.
    • Remove filesystems.cloud configuration.

v6.4.0

Compare Source

Changes

v6.3.0

Compare Source

Changes
  • Update minimum support for Testbench Core v6.3.0+. (v6.2.0...v6.5.0)
  • Added support for PHP 8.
  • Replace fzaninotto/faker with fakerphp/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:

./vendor/bin/testbench migrate

This would allows you to setup the testing environment before running phpunit instead of executing everything from within TestCase::setUp().

Changes

v6.0.0

Compare Source

Added
  • Added Orchestra\Testbench\Factories\UserFactory to handle Illuminate\Foundation\Auth\User model.
  • Automatically autoloads Illuminate\Database\Eloquent\LegacyFactoryServiceProvider if the service provider exists.
Changes
  • Update support for Laravel Framework v8.
  • Increase minimum PHP version to 7.3 and above (tested with 7.3 and 7.4).
  • Configuration changes:
    • Changed auth.providers.users.model to Illuminate\Foundation\Auth\User.
    • Changed queue.failed.driver to database-uuid.

v5.20.0

Compare Source

Changes

v5.19.0

Compare Source

Changes
Testbench Changes
Added
  • Added Orchestra\Testbench\Foundation\Application to allow creating remote application using Testbench.
  • Added static public method Orchestra\Testbench\Concerns\CreatesApplication::applicationBasePath() to replace getBasePath().
Changes
  • Use getcwd() instead of relative path to setup TESTBENCH_WORKING_PATH constant when executing it via bootstrap/app.php.
  • Accept APP_BASE_PATH environment variable to configure application base path.

v5.18.0

Compare Source

Changes
Testbench Changes
Changes
  • Flush Queue::createPayloadUsing() on Orchestra\Testbench\TestCase::tearDown().

v5.17.1

Compare Source

Changes
Testbench Changes
Fixes
  • Always attempt to delete laravel/vendor symlink folder.

v5.17.0

Compare Source

Changes
Testbench Changes
Added
  • Add defineWebRoutes() to automatically define routes under web middleware.

v5.16.0

Compare Source

Changes
Testbench Changes
Added
  • Added dont-discover configuration to testbench.yaml.

v5.15.0

Compare Source

Changes
Testbench Changes
Changes
  • Allows using Spatie Ray directly within Testbench.

v5.14.0

Compare Source

Changes
Testbench Changes
Changes
  • Improves support for Package Discovery support on test environment and also testbench command.
Fixes
  • Fixes tests example.

v5.13.0

Compare Source

Changes
Testbench Changes
Added
  • Added ignorePackageDiscoveriesFrom() method to Orchestra\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
  • Bump mockery/mockery to v1.3.2 and above.
  • Opt to use method_exists() to detect support for parseTestMethodAnnotations() under HandlesDatabases and HandlesRoutes trait.
  • Update Orchestra\Testbench\Bootstrap\LoadConfiguration::getConfigurationFiles() to return Generator instead of array.

v5.11.0

Compare Source

Changes
Testbench Changes
Added
  • Added following traits:
    • Orchestra\Testbench\Concerns\HandlesAnnotations.
    • Orchestra\Testbench\Concerns\HandlesDatabases.
    • Orchestra\Testbench\Concerns\HandlesRoutes.
  • Added defineRoutes() and defineCacheRoutes() to group dedicated tests routing.

v5.10.0

Compare Source

Changes
Testbench Changes
Added
  • Added defineEnvironment() and defineDatabaseMigrations() method to Orchestra\Testbench\TestCase.
    • defineEnvironment() usage is identical to getEnvironmentSetUp() but the original function will remain functioning for now.
    • Use 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 with DatabaseTransactions trait.
  • Add support to read environment variable from .env on skeleton when it's available when used with testbench bin command.

v5.9.0

Compare Source

Changes

v5.8.0

Compare Source

Changes
  • Update minimum support for Testbench Core v5.8.0+. (v5.5.0...v5.8.0)
  • Added support for PHP 8.
  • Replace fzaninotto/faker with fakerphp/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:

./vendor/bin/testbench migrate

This would allows you to setup the testing environment before running phpunit instead of executing everything from within TestCase::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
  • Add forward compatibility with 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/orchestra-testbench-8.x branch from 323a542 to 96aa6c6 Compare March 18, 2023 02:02
@renovate
Copy link
Contributor Author

renovate bot commented Mar 18, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update dependency orchestra/testbench to v8 chore(deps): update dependency orchestra/testbench to v8 - abandoned Mar 13, 2024
Copy link
Contributor Author

renovate bot commented Mar 13, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant