Skip to content

Instantly share code, notes, and snippets.

@hamaco
Created October 15, 2011 16:59
Show Gist options
  • Save hamaco/1289838 to your computer and use it in GitHub Desktop.
Save hamaco/1289838 to your computer and use it in GitHub Desktop.
vim-quickrun-phpunit
augroup QuickRunPHPUnit
autocmd!
autocmd BufWinEnter,BufNewFile *_test.php set filetype=php.unit
autocmd BufWinEnter,BufNewFile *Test.php set filetype=php.unit
augroup END
let g:quickrun_config = {}
let g:quickrun_config['php.unit'] = {'command': 'phpunit'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment