File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments