Skip to content

Commit bf7679b

Browse files
committed
docs: add output.preset and output.format settings to README
1 parent 9c70152 commit bf7679b

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

packages/extension/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ Add to `.vscode/settings.json`. All settings use the `phpunit.*` prefix.
6868
// Save all open files before running tests (default: false)
6969
"phpunit.saveBeforeTest": false,
7070

71+
// Output format preset: "collision" (detailed per-test) or "phpunit" (dot-progress)
72+
"phpunit.output.preset": "collision",
73+
74+
// Override individual format fields from the preset (see phpunit package docs)
75+
"phpunit.output.format": {},
76+
7177
// Clear output channel before each run (default: true)
7278
"phpunit.clearOutputOnRun": true,
7379

packages/extension/README.zh-TW.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@
6868
// 執行測試前儲存所有開啟的檔案(預設:false)
6969
"phpunit.saveBeforeTest": false,
7070

71+
// 輸出格式預設:"collision"(逐條詳細顯示)或 "phpunit"(點進度模式)
72+
"phpunit.output.preset": "collision",
73+
74+
// 覆寫預設的個別格式欄位(詳見 phpunit 套件文件)
75+
"phpunit.output.format": {},
76+
7177
// 每次執行前清除輸出頻道(預設:true)
7278
"phpunit.clearOutputOnRun": true,
7379

0 commit comments

Comments
 (0)