diff --git a/config/neovim/after/plugin/vim-test.lua b/config/neovim/after/plugin/vim-test.lua index 54a82e8..a76c3bd 100644 --- a/config/neovim/after/plugin/vim-test.lua +++ b/config/neovim/after/plugin/vim-test.lua @@ -16,5 +16,5 @@ vim.cmd([[ let test#strategy = "floaterm" let test#php#phpunit#executable = 'just test' - let test#php#phpunit#options = '--colors=always' + let test#php#phpunit#options = '--colors=always --testdox' ]])