chore(nvim): use run

This commit is contained in:
Oliver Davies 2023-10-07 22:32:23 +01:00
parent 6de07d9333
commit 83a90087e1

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