laravel-geetest-captcha
laravel-geetest-captcha copied to clipboard
chore(deps): update dependency orchestra/testbench to v10
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| orchestra/testbench (source) | ^9.0||^8.0||^7.0 -> 10.3.0 |
Release Notes
orchestral/testbench (orchestra/testbench)
v10.3.0
Changes
- Update minimum support for Testbench Core v10.3.0+. (v10.2.2...v10.3.0)
Testbench Changes
Changes
- Requires Laravel Framework 12.8.0 and above.
Orchestra\Testbench\PHPUnit\TestCasenow implementsOrchestra\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
Changes
- Update minimum support for Testbench Core v10.2.2+. (v10.2.1...v10.2.2)
Testbench Changes
Changes
- Flush
Illuminate\Database\Eloquent\Modelstates between tests.
v10.2.1
Changes
- Update minimum support for Testbench Core v10.2.1+. (v10.2.0...v10.2.1)
Testbench Changes
Changes
- Remove
symfony/polyfill-php84.
v10.2.0
Changes
- Update minimum support for Testbench Core v10.2.0+. (v10.1.0...v10.2.0)
Testbench Changes
Added
- Add ability to pass
ClosuretoOrchestra\Testbench\remote()function.
Changes
- Add support for PHPUnit 12.1.
- Refactor
Orchestra\Testbench\remote()function to useOrchestra\Testbench\Foundation\Process\RemoteCommand. - Rename
TESTBENCH_ENVIRONMENT_FILE_USINGtoTESTBENCH_ENVIRONMENT_FILE_USING(internal environment variable).
v10.1.0
Changes
- Update minimum support for Testbench Core v10.1.0+. (v10.0.0...v10.1.0)
Testbench Changes
Added
- Added
resolvePhpUnitTestClassName()andresolvePhpUnitTestMethodName()toOrchestra\Testbench\Concerns\InteractsWithPHPUnittrait.
Changes
- Allows
usesTestingFeature()to register attribute directly on test method. - Improves
vendordetection on the default skeleton. - Utilise
Orchestra\Sidekick\is_symlink()function instead ofis_link()to improves support on Windows. - Use
::classinstead ofget_class(). - Delete
vendorsymlink viapackage:purge-skeletoncommand.
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
Changes
- Update support for Laravel Framework v12.
- Update
Orchestra\Testbench\TestCaseto useIlluminate\Foundation\Testing\Concerns\InteractsWithViewstrait.
Removed
- Remove deprecated functions:
Orchestra\Testbench\once()Orchestra\Testbench\transform_relative_path()
- Remove deprecated methods in
Orchestra\Testbench\Concerns\CreatesApplicationtrait:getBasePath()getDefaultApplicationBootstrapFile()
- Remove deprecated methods in
Orchestra\Testbench\Concerns\InteractsWithMigrationstrait:loadMigrationsWithoutRollbackFrom()loadLaravelMigrationsWithoutRollback()runLaravelMigrationsWithoutRollback()
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 was generated by Mend Renovate. View the repository job log.