【发布时间】:2014-09-07 20:58:23
【问题描述】:
在我使用 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 ...
【问题讨论】: