diff --git a/after/plugin/vim-test.lua b/after/plugin/vim-test.lua index fd38419..9a1b55b 100644 --- a/after/plugin/vim-test.lua +++ b/after/plugin/vim-test.lua @@ -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' ]]