You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-10.x.md
+34
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,40 @@
2
2
3
3
This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`.
4
4
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.
0 commit comments