Vincent Maglione
Results
1
issues of
Vincent Maglione
Hey there! Thanks for this awesome plugin. I have the following in my `.vim/ftplugin/php.vim`: ```vim function! s:get_runner() abort if filereadable('./artisan') && isdirectory('./vendor/nunomaduro/collision') return 'php artisan test' endif return test#php#phpunit#executable() endfunction...