vim-phpunit is a plugin for vim that allows you to switch between the test and src file easily.
Plug "kreemer/vim-phpunit"
- vim-test for easier running the tests
" the directory that contains your phpunit test cases.
let g:phpunit_testroot = 'tests'
" the directory that contains source files
let g:phpunit_srcroot = 'src'
PHPUnitSwitchFile
- Switch file
MIT License