“Fatal error: Call to undefined method PHPUnit_Util_Filter::addfiletofilter() in /usr/bin/phpunit on line 48”

喜你入骨 提交于 2019-12-02 09:34:00

Seems like a version conflict / installation issue.

pear version should produce 1.9.4.. If not pear upgrade and follow the commands until it does.

Then sudo pear install --force --alldeps phpunit/phpunit to fix the installation.+

Your include path should include the "pear" dir. Use pear config-show to find that.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!