Fix test command

This commit is contained in:
Oliver Davies 2024-02-05 09:31:59 +00:00
parent 88939f9530
commit 30fd6fd0c2

View file

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