Skip to content

Commit 9182549

Browse files
committed
chore: bump version to 3.9.36
1 parent 8e8a750 commit 9182549

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

packages/extension/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to the "vscode-phpunit" extension will be documented in this
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

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()`
15+
716
## [3.9.35] - 2026-03-12
817

918
### Fixed

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "PHPUnit & Pest Test Explorer",
55
"icon": "img/icon.png",
66
"publisher": "recca0120",
7-
"version": "3.9.35",
7+
"version": "3.9.36",
88
"private": true,
99
"license": "MIT",
1010
"repository": {

0 commit comments

Comments
 (0)