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

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

View file

@ -16,5 +16,5 @@ vim.cmd([[
let test#strategy = "floaterm" let test#strategy = "floaterm"
let test#php#phpunit#executable = 'just test' let test#php#phpunit#executable = 'just test'
let test#php#phpunit#options = '--colors=always' let test#php#phpunit#options = '--colors=always --testdox'
]]) ]])