Skip to content

Commit

Permalink
Prepare 6.26.0 release.
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 Mar 27, 2023
1 parent d2685b0 commit e7e8e96
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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

## 6.26.0

Released: 2023-03-27

### Changes

* Update minimum support for Testbench Core v6.30.0+. ([v6.29.1...v6.30.0](https://github.com/orchestral/testbench-core/compare/v6.29.1...v6.30.0))

#### Testbench Changes

##### Added

* Added `Orchestra\Testbench\Foundation\Config` to read Yaml file from `testbench.yaml`.
* Added `Orchestra\Testbench\Foundation\Application::createVendorSymlink()` method.
- The feature uses `Orchestra\Testbench\Foundation\Bootstrap\CreateVendorSymlink`.
* Added `resolveApplicationEnvironmentVariables()` method.
* Add supports for `setup<Concern>` and `teardown<Concern>` with imported traits.

##### Changes

* Bump minimum laravel/framework to `8.83.26`.
* Improves PHPUnit memory leaks.
* Refactor the following classes to match Testbench 7:
- `Orchestra\Testbench\Concerns\HandlesRoutes`
- `Orchestra\Testbench\Console\Commander`
- `Orchestra\Testbench\Foundation\Application`

## 6.25.1

Released: 2022-10-11
Expand Down

0 comments on commit e7e8e96

Please sign in to comment.