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: packages/extension/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ All notable changes to the "vscode-phpunit" extension will be documented in this
4
4
5
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
6
7
+
## [3.9.36] - 2026-03-13
8
+
9
+
### Fixed
10
+
- Fix: Pest v2 `describe()` + `->with()` tests now correctly update Test Explorer icons — `testSuiteStarted` evaluable encoding with `→` separator is now decoded properly
11
+
- Fix: Pest v3 `testSuiteStarted` / `testSuiteFinished` names truncated by PHP byte/char mismatch (`mb_strrpos` + `substr`) — parent test items now correctly reflect pass/fail status after a run
12
+
13
+
### Changed
14
+
- Refactor: extract `AliasMap<T>` to `@vscode-phpunit/phpunit` — a `Map` subclass that auto-registers Pest v3 truncated ID aliases on `set()`
0 commit comments