chore(nvim): use run

This commit is contained in:
Oliver Davies 2023-10-07 22:32:23 +01:00
parent 596ba4ac14
commit 20afce7321

View file

@ -15,6 +15,6 @@ vim.cmd [[
let test#neovim#start_normal = 1
let test#strategy = "neoterm"
let test#php#phpunit#executable = 'just test'
let test#php#phpunit#executable = 'run test'
let test#php#phpunit#options = '--colors=always --testdox'
]]