diff --git a/home/programs/neovim/configuration/ftdetect/folder_reuter.vim b/home/programs/neovim/configuration/ftdetect/folder_reuter.vim index 0f144cb..e854c6e 100644 --- a/home/programs/neovim/configuration/ftdetect/folder_reuter.vim +++ b/home/programs/neovim/configuration/ftdetect/folder_reuter.vim @@ -10,15 +10,19 @@ augroup END " As long as we use older phpunit which does not provider proper testdox output function! ReuterSetupPhpUnitUnit() let g:test#php#phpunit#options = { - \ 'file': '--testdox --colors', - \ 'nearest': '--testdox --colors', + \ 'file': '--testdox ', + \ 'nearest': '--testdox', \} endfunction function! ReuterSetupPhpUnitFunctional() let g:test#php#phpunit#options = { - \ 'file': '--stop-on-error --stop-on-failure --testdox --colors', - \ 'nearest': '--testdox --colors', + \ 'file': '--testdox', + \ 'nearest': '--testdox', \} + " let g:test#php#phpunit#options = { + " \ 'file': '--stop-on-error --stop-on-failure --testdox', + " \ 'nearest': '--testdox', + " \} endfunction