Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VIM で phpunit テストを実行しようとしています。便利なプラグインが見つからなかったので、.vimrc に簡単な行を追加することにしました
autocmd FileType php noremap <Leader>x :w!<CR>:!phpunit %<CR>
問題は私が得ることです
shell returned 255
PHPUnit の結果のインスト。
私が間違っていることは何ですか?
これにはプラグインがあります: PHPUnit runner for Vim。