joonty / vim-phpqa

PHP QA tools for Vim
http://www.joncairns.com
MIT License
290 stars 32 forks source link

fix PhpqaPhp#CodeCoverage undefined function error. #23

Closed rodrigorm closed 10 years ago

rodrigorm commented 10 years ago

Fix this error when is g:phpqa_codecoverage_autorun is enabled:

Error detected while processing function PhpqaRunCodeCoverage:
line 3:
E117: Unknown function: PhpqaPhp#CodeCoverage

joonty commented 10 years ago

Thanks!