Skip to content

kreemer/vim-phpunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

vim-phpunit

vim-phpunit is a plugin for vim that allows you to switch between the test and src file easily.

Install via Bundle

Plug "kreemer/vim-phpunit"

Dependencies

Configurations

" the directory that contains your phpunit test cases.
let g:phpunit_testroot = 'tests'
" the directory that contains source files
let g:phpunit_srcroot = 'src'

Commands

  • PHPUnitSwitchFile - Switch file

License

MIT License

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published