feat(nvim): use --testdox when running PHPUnit

This commit is contained in:
Oliver Davies 2022-12-28 17:56:34 +00:00
parent ece5c46c47
commit d8c5b1c7fb

View file

@ -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'
]])