feat(nvim): use --testdox when running PHPUnit
This commit is contained in:
parent
ece5c46c47
commit
d8c5b1c7fb
|
@ -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'
|
||||
]])
|
||||
|
|
Reference in a new issue