feat(nvim): use --testdox when running PHPUnit
This commit is contained in:
parent
0371434311
commit
ce7872c100
|
@ -16,5 +16,5 @@ vim.cmd([[
|
|||
let test#strategy = "floaterm"
|
||||
|
||||
let test#php#phpunit#executable = 'just test'
|
||||
let test#php#phpunit#options = '--colors=always'
|
||||
let test#php#phpunit#options = '--colors=always --testdox'
|
||||
]])
|
||||
|
|
Loading…
Reference in a new issue