在我使用phpunit的MAC OS上,它说:
PHPUnit 4.0.17 by Sebastian Bergmann.
You have installed PHPUnit via PEAR. This installation method is no longer
supported and http://pear.phpunit.de/ will be shut down no later than
December, 31 2014.
Please read http://phpunit.de/manual/current/en/installation.html and
learn how to use PHPUnit from a PHAR or install it via Composer.
所以我想卸载它并重新安装新版本4.1。但是当我跑步时:
# pear uninstall pear.phpunit.de/PHPUnit
或
# pear uninstall phpunit/PHPUnit
它返回:
unknown channel ...
答案 0 :(得分:1)
之后是否有可能卸载PEAR或PEAR注册表文件被覆盖?
如果您执行以下操作,您应该会看到列出的phpunit pear频道,以及您已注册或安装的其他频道:
$ pear list-channels
对于每一个,您应该看到频道域名,别名和摘要。
从这些频道中的任何一个频道卸载应该与您尝试的方式相同,这就是我认为频道注册文件可能以某种方式被更改的原因。