无法打开流:/ usr / bin / phpunit中没有这样的文件或目录

时间:2012-03-10 05:40:16

标签: zend-framework phpunit ubuntu-11.10

在尝试使用Zend Framework进行单元测试时,我执行了命令

sudo  phpunit --configuration phpunit.xml

并收到此错误

PHP Warning:  require_once(PHP/CodeCoverage/Filter.php): failed to open stream: No such file or directory in /usr/bin/phpunit on line 38
PHP Fatal error:  require_once(): Failed opening required 'PHP/CodeCoverage/Filter.php' (include_path='.:/usr/share/php:/usr/share/pear') in /usr/bin/phpunit on line 38

2 个答案:

答案 0 :(得分:0)

听起来你的phpunit安装不包含所有依赖包,例如PHP_CodeCoverage

也许尝试类似:

sudo pear install --alldeps phpunit/PHPUnit

有关详细信息,请参阅文档的PHPUnit installation页。

答案 1 :(得分:-1)

也许你的梨太老了。

查看以下提示是否可以解决问题: http://www.giocc.com/installing-phpunit-on-ubuntu-11-04-natty-narwhal.html