packagist orchestra/testbench v7.0.0

latest releases: 8.x-dev, 7.x-dev, 10.x-dev...
2 years ago

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.

Don't miss a new testbench release

NewReleases is sending notifications on new releases.