Skip to content

Update dependency orchestra/testbench to v11 - #961

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/orchestra-testbench-11.x
Closed

Update dependency orchestra/testbench to v11#961
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/orchestra-testbench-11.x

Conversation

@renovate

@renovate renovate Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
orchestra/testbench (source) ^9.5^11.0 age confidence

Release Notes

orchestral/testbench (orchestra/testbench)

v11.1.0

Compare Source

Changes
  • Update minimum support for Testbench Core v11.2.0+. (v11.0.0...v11.2.0)
  • Supports PHPUnit 13.1.
Testbench Changes
Changes
  • Removed no longer relevants method_exists() and class_exists() usage.
  • Add flushState() to FormRequest to reset global strict mode between tests.

v11.0.0

Compare Source

Changes
  • Update support for Laravel Framework v13.
Removed
  • Remove deprecated Orchestra\Testbench\Foundation\Env class.
  • Remove deprecated Orchestra\Testbench\Foundation\Console\Concerns\HandleTerminatingConsole trait.
  • Remove deprecated Orchestra\Testbench\Foundation\Console\Actions\Action::pathLocation() method.
  • Remove deprecated Orchestra\Testbench\laravel_migration_path() function.
  • Remove supports for deprecated annotations:
    • @define-env
    • @environment-setup
    • @define-db
    • @define-route

v10.11.0

Compare Source

Changes
  • Update minimum support for Testbench Core v10.11.0+. (v10.10.0...v10.11.0)
  • Supports PHPUnit 13.0.
Testbench Changes
Changes
  • Supports for Laravel Framework 12.55.0.
Fixes
  • Fix --parallel compatibility with WithFixtures trait.

v10.10.0

Compare Source

Changes
  • Update minimum support for Testbench Core v10.10.0+. (v10.9.0...v10.10.0)
  • Supports PHPUnit 13.0.
Testbench Changes
Changes
  • Run seeder when testbench.yaml configured with seeders: true.
  • Use predefined $__filename to resolve original PestPHP's testCase file.
  • Update skeleton.
Fixes
  • Fix #[UsesVendor] attribute fails due to unbooted application, causing BindingResolutionException to be thrown.

v10.9.0

Compare Source

Changes
Testbench Changes
Added
  • Add Orchestra\Testbench\package_version_compare() function.
  • Add Orchestra\Testbench\Concerns\WithFixtures to automatically loads fixtures file for test.
Changes
  • Supports flushing JsonResource and JsonApiResource states.
  • Supports PHPUnit 12.5.
  • Use Orchestra\Sidekick\package_path() for better root package path detection.

v10.8.0

Compare Source

Changes
  • Update minimum support for Testbench Core v10.8.0+. (v10.7.0...v10.8.0)
  • Update minimum Laravel Framework version to 12.40.0.
Testbench Changes
Changes
  • PHP 8.5 Compatibility.
  • Supports for Laravel Framework 12.40.0 or above.
  • Fix symlink removal on Windows environment in the following classes:
    • Orchestra\Testbench\Workbench\Actions\AddAssetSymlinkFolders
    • Orchestra\Testbench\Workbench\Actions\RemoveAssetSymlinkFolders

v10.7.0

Compare Source

Changes
  • Update minimum support for Testbench Core v10.7.0+. (v10.6.1...v10.7.0)
  • Update minimum Laravel Framework version to 12.28.0.

v10.6.0

Compare Source

Changes
  • Update minimum Laravel Framework version to 12.24.0.

v10.5.0

Compare Source

Changes
Testbench Changes
Changes
  • Supports for Laravel Framework 12.23.2 or above (fixed integration with PHPUnit 12.3.4).

v10.4.0

Compare Source

Changes
Testbench Changes
Changes
  • Supports PHPUnit 12.2.
  • Orchestra\Foundation\Env now extends Orchestra\Sidekick\Env.
  • Update skeleton's configuration.

v10.3.0

Compare Source

Changes
Testbench Changes
Changes
  • Requires Laravel Framework 12.8.0 and above.
  • Orchestra\Testbench\PHPUnit\TestCase now implements Orchestra\Testbench\Concerns\InteractsWithMockery.
  • Flush Illuminate\Database\Eloquent\Model::automaticallyEagerLoadRelationships() state between tests if the method exists.
Fixes
  • Fix handling deprecations logging when logger is not not available when running tests.

v10.2.2

Compare Source

Changes
Testbench Changes
Changes
  • Flush Illuminate\Database\Eloquent\Model states between tests.

v10.2.1

Compare Source

Changes
Testbench Changes
Changes
  • Remove symfony/polyfill-php84.

v10.2.0

Compare Source

Changes
Testbench Changes
Added
  • Add ability to pass Closure to Orchestra\Testbench\remote() function.
Changes
  • Add support for PHPUnit 12.1.
  • Refactor Orchestra\Testbench\remote() function to use Orchestra\Testbench\Foundation\Process\RemoteCommand.
  • Rename TESTBENCH_ENVIRONMENT_FILE_USING to TESTBENCH_ENVIRONMENT_FILE_USING (internal environment variable).

v10.1.0

Compare Source

Changes
Testbench Changes
Added
  • Added resolvePhpUnitTestClassName() and resolvePhpUnitTestMethodName() to Orchestra\Testbench\Concerns\InteractsWithPHPUnit trait.
Changes
  • Allows usesTestingFeature() to register attribute directly on test method.
  • Improves vendor detection on the default skeleton.
  • Utilise Orchestra\Sidekick\is_symlink() function instead of is_link() to improves support on Windows.
  • Use ::class instead of get_class().
  • Delete vendor symlink via package:purge-skeleton command.
Fixes
  • Fix static variable via Orchestra\Testbench\Attributes\UsesVendor::beforeEach() method.
Deprecate
  • Deprecate following PHPUnit annotations:
    • @environment-setup
    • @define-env
    • @define-database
    • @define-route

v10.0.0

Compare Source

Changes
  • Update support for Laravel Framework v12.
  • Update Orchestra\Testbench\TestCase to use Illuminate\Foundation\Testing\Concerns\InteractsWithViews trait.
Removed
  • Remove deprecated functions:
    • Orchestra\Testbench\once()
    • Orchestra\Testbench\transform_relative_path()
  • Remove deprecated methods in Orchestra\Testbench\Concerns\CreatesApplication trait:
    • getBasePath()
    • getDefaultApplicationBootstrapFile()
  • Remove deprecated methods in Orchestra\Testbench\Concerns\InteractsWithMigrations trait:
    • loadMigrationsWithoutRollbackFrom()
    • loadLaravelMigrationsWithoutRollback()
    • runLaravelMigrationsWithoutRollback()

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/orchestra-testbench-11.x branch 2 times, most recently from 4f41c6c to 79badaf Compare June 3, 2026 09:02
@renovate
renovate Bot force-pushed the renovate/orchestra-testbench-11.x branch from 79badaf to 3790356 Compare June 3, 2026 09:05
@sonarqubecloud

sonarqubecloud Bot commented Jun 3, 2026

Copy link
Copy Markdown

@adrolli adrolli closed this Jun 3, 2026
@renovate
renovate Bot deleted the renovate/orchestra-testbench-11.x branch June 3, 2026 09:25
@renovate

renovate Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 11.x releases. But if you manually upgrade to 11.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

1 participant