如何使用PEAR正确安装PHPUnit? [英] How do I correctly install PHPUnit with PEAR?

查看:77
本文介绍了如何使用PEAR正确安装PHPUnit?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不得不按照

I have had to de- and reinstall a newer version of PHPUnit following these directions. Now when I'm launching this line

sudo pear install --alldeps phpunit/PHPUnit

我看到一条错误消息,看起来像这样.

I see an error message, that looks like this.

Unknown remote channel: pear.symfony.com
phpunit/PHPUnit requires package "channel://pear.symfony.com/Yaml" (version >= 2.1.0)
No valid packages found

如果我通过启动仅安装Yaml

If I install just Yaml by launching

sudo pear install symfony/YAML

将安装不符合PHPUnit依赖关系的旧版本(1.0.6).我怎么可能解决这个问题?

an older version (1.0.6) will be installed that doesn't meet the dependency of PHPUnit. How can I possibly solve this?

推荐答案

升级phpunit时,我遇到了同样的问题.

I had the same problem while upgrading my phpunit.

这解决了问题:

pear channel-discover pear.symfony.com
pear install pear.symfony.com/Yaml

然后运行:

pear install --alldeps pear.phpunit.de/PHPUnit

OBS:我认为pear install pear.symfony.com/Yaml不是必需的.我只是发布它,因为这正是我解决问题的方式.

OBS: I think the pear install pear.symfony.com/Yaml is not necessary. I'm just posting it because it is exactly the way I solved my problem.

这篇关于如何使用PEAR正确安装PHPUnit?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆