Skip to content

Commit a8ef29d

Browse files
committed
chore: bump version to 3.9.35
1 parent f20390e commit a8ef29d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

packages/extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.35] - 2026-03-12
8+
9+
### Fixed
10+
- Fix: preserve namespace separators (`\`) in Pest describe block names from locationHint — `describe(SomeClass::class, ...)` tests now correctly update Test Explorer icons after a run (#407)
11+
12+
### Docs
13+
- Document `testing.openTesting` setting for auto-opening Test Results panel; note `dd()` output behavior
14+
715
## [3.9.30] - 2026-02-28
816

917
### Removed

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.34",
7+
"version": "3.9.35",
88
"private": true,
99
"license": "MIT",
1010
"repository": {

0 commit comments

Comments
 (0)