Fix test command
This commit is contained in:
parent
88939f9530
commit
30fd6fd0c2
|
@ -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'
|
||||
]]
|
||||
|
|
Reference in a new issue