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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ 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.30] - 2026-02-28
8
+
9
+
### Removed
10
+
- Remove `phpunit.showAfterExecution` setting — test output now displays in VS Code's native **Test Results Panel**. Use VS Code's built-in `testing.openTesting` setting to control when the panel opens.
11
+
7
12
## [3.9.29] - 2026-02-28
8
13
9
14
### Added
@@ -36,9 +41,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
36
41
- Printer: ANSI color output with Collision-style syntax highlighting in Test Result Panel
-`phpunit.showAfterExecution` setting — test output now displays in VS Code's native **Test Results Panel** instead of the Output channel. Use VS Code's built-in `testing.openTesting` setting to control when the panel opens. The Output channel (`PHPUnit Debug`) is retained for raw debug output only.
41
-
42
44
### Fixed
43
45
- Fix: PHP syntax highlighter misidentifies multiplication line (`* $b`) as doc-comment
44
46
- Fix: TestRunWriter.appendLine now correctly appends trailing newline
0 commit comments