Skip to content

Commit

Permalink
Release 10.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 24, 2025
1 parent 1633575 commit b10f1de
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG-10.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,24 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`.

## Unreleased
## 10.0.0

Released: 2025-02-24

### 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()`

0 comments on commit b10f1de

Please sign in to comment.