Skip to content

Commit 51de04b

Browse files
committed
Release 10.1.0
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 27409cb commit 51de04b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG-10.x.md

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

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

5+
## 10.1.0
6+
7+
Released: 2025-03-06
8+
9+
### Changes
10+
11+
* Update minimum support for Testbench Core v10.1.0+. ([v10.0.0...v10.1.0](https://github.com/orchestral/testbench-core/compare/v10.0.0...v10.1.0))
12+
13+
#### Testbench Changes
14+
15+
##### Added
16+
17+
* Added `resolvePhpUnitTestClassName()` and `resolvePhpUnitTestMethodName()` to `Orchestra\Testbench\Concerns\InteractsWithPHPUnit` trait.
18+
19+
##### Changes
20+
21+
* Allows `usesTestingFeature()` to register attribute directly on test method.
22+
* Improves `vendor` detection on the default skeleton.
23+
* Utilise `Orchestra\Sidekick\is_symlink()` function instead of `is_link()` to improves support on Windows.
24+
* Use `::class` instead of `get_class()`.
25+
* Delete `vendor` symlink via `package:purge-skeleton` command.
26+
27+
##### Fixes
28+
29+
* Fix static variable via `Orchestra\Testbench\Attributes\UsesVendor::beforeEach()` method.
30+
31+
##### Deprecate
32+
33+
* Deprecate following PHPUnit annotations:
34+
- `@environment-setup`
35+
- `@define-env`
36+
- `@define-database`
37+
- `@define-route`
38+
539
## 10.0.0
640

741
Released: 2025-02-24

0 commit comments

Comments
 (0)