Skip to content

Commit

Permalink
Prepare 7.39.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 Dec 28, 2023
1 parent 50a355b commit 4ea3722
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

## 7.39.0

Released: 2023-12-28

### Changes

* Update minimum support for Testbench Core v7.39.0+. ([v7.38.0...v7.39.0](https://github.com/orchestral/testbench-core/compare/v7.38.0...v7.39.0))

#### Testbench Changes

##### Added

* Added `Orchestra\Testbench\Features\TestingFeature` as replacement to `HandlesTestingFeature` trait.
* Added support for `LOG_DEPRECATIONS_WHILE_TESTING` (default to `true`) environment variables.
* Add following interfaces for Attribute handling:
- `Orchestra\Testbench\Contracts\Attributes\AfterAll`
- `Orchestra\Testbench\Contracts\Attributes\AfterEach`
- `Orchestra\Testbench\Contracts\Attributes\BeforeAll`
- `Orchestra\Testbench\Contracts\Attributes\BeforeEach`

##### Changes

* Refactor `Orchestra\Testbench\Concerns\InteractsWithPHPUnit`.

##### Deprecated

* Deprecate `Orchestra\Testbench\Concerns\HandlesTestingFeature` trait.

## 7.38.0

Released: 2023-12-19
Expand Down

0 comments on commit 4ea3722

Please sign in to comment.