【发布时间】:2013-12-03 03:56:11
【问题描述】:
我想在我的 Windows 服务器上安装 PHPUnit 3.7。我遵循了各种说明here,最终得到了 PHPUnit 3.4.1。当我尝试使用再次安装它时:
pear update channels
pear install --alldeps phpunit/PHPUnit
我明白了:
phpunit/PHPUnit is already installed and is the same as the released version 3.4.15
install failed
我知道 3.4.15 不是最新版本...我如何说服 PEAR 它应该在某个地方找到升级?
【问题讨论】:
标签: phpunit